summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-11-01 11:59:25 +0000
committerKurt Zenker <kz@openoffice.org>2005-11-01 11:59:25 +0000
commitcf66025aca9d801a7d29572f9c98e85588957557 (patch)
tree289fd8480bf8d8d28c6ea2266d0037ea707d426f
parent12d6a438992624e6c48ee0ff57ea70d5c04a03fa (diff)
INTEGRATION: CWS vcl43 (1.89.78); FILE MERGED
2005/08/23 15:57:18 pl 1.89.78.1: #i52349# fix GetDisplayBackground for NWF enabled toolbars
-rw-r--r--vcl/source/window/toolbox.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/vcl/source/window/toolbox.cxx b/vcl/source/window/toolbox.cxx
index 5609912f0b2e..412eb523a826 100644
--- a/vcl/source/window/toolbox.cxx
+++ b/vcl/source/window/toolbox.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: toolbox.cxx,v $
*
- * $Revision: 1.92 $
+ * $Revision: 1.93 $
*
- * last change: $Author: kz $ $Date: 2005-11-01 10:34:24 $
+ * last change: $Author: kz $ $Date: 2005-11-01 12:59:25 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -1743,6 +1743,7 @@ void ToolBox::ImplInitSettings( BOOL bFont,
SetBackground();
SetPaintTransparent( TRUE );
SetParentClipMode( PARENTCLIPMODE_NOCLIP );
+ mpData->maDisplayBackground = Wallpaper( rStyleSettings.GetFaceColor() );
}
else
{