Kaydet (Commit) 5ff0c198 authored tarafından Oliver Bolte's avatar Oliver Bolte

INTEGRATION: CWS dba25 (1.4.90); FILE MERGED

2005/03/07 12:53:01 fs 1.4.90.1: #i43945# also copy the font
üst 8f16fe4b
......@@ -2,9 +2,9 @@
*
* $RCSfile: formcontrolfont.cxx,v $
*
* $Revision: 1.4 $
* $Revision: 1.5 $
*
* last change: $Author: rt $ $Date: 2004-05-07 16:08:13 $
* last change: $Author: obo $ $Date: 2005-03-18 09:58:02 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -198,8 +198,11 @@ namespace frm
//---------------------------------------------------------------------
FontControlModel::FontControlModel( const FontControlModel* _pOriginal )
{
m_aFont = _pOriginal->m_aFont;
m_nFontRelief = _pOriginal->m_nFontRelief;
m_nFontEmphasis = _pOriginal->m_nFontEmphasis;
m_aTextLineColor = _pOriginal->m_aTextLineColor;
m_aTextColor = _pOriginal->m_aTextColor;
m_bToolkitCompatibleDefaults = _pOriginal->m_bToolkitCompatibleDefaults;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment