Tag: cws_src680_dba202c User: oj Date: 05/12/05 02:51:52 Modified: /dba/dbaccess/source/ui/app/ AppDetailView.cxx
Log: set background at fixedline File Changes: Directory: /dba/dbaccess/source/ui/app/ ======================================= File [changed]: AppDetailView.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/app/AppDetailView.cxx?r1=1.12.50.2&r2=1.12.50.3 Delta lines: +3 -3 ------------------- --- AppDetailView.cxx 5 Dec 2005 10:20:07 -0000 1.12.50.2 +++ AppDetailView.cxx 5 Dec 2005 10:51:49 -0000 1.12.50.3 @@ -4,9 +4,9 @@ * * $RCSfile: AppDetailView.cxx,v $ * - * $Revision: 1.12.50.2 $ + * $Revision: 1.12.50.3 $ * - * last change: $Author: oj $ $Date: 2005/12/05 10:20:07 $ + * last change: $Author: oj $ $Date: 2005/12/05 10:51:49 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -415,7 +415,7 @@ SetBackground( rStyleSettings.GetFieldColor() ); m_aHelpText.SetBackground( rStyleSettings.GetFieldColor() ); m_aDescription.SetBackground( rStyleSettings.GetFieldColor() ); - //m_aFL.SetBackground( rStyleSettings.GetFieldColor() ); + m_aFL.SetBackground( rStyleSettings.GetFieldColor() ); } Font aFont = m_aDescription.GetControlFont(); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
