summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--framework/source/services/backingwindow.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/services/backingwindow.cxx b/framework/source/services/backingwindow.cxx
index 92b0b7fff33c..1ffd4339f152 100644
--- a/framework/source/services/backingwindow.cxx
+++ b/framework/source/services/backingwindow.cxx
@@ -640,7 +640,7 @@ void BackingWindow::layoutButton(
void BackingWindow::Paint( const Rectangle& )
{
- Wallpaper aBack( GetSettings().GetStyleSettings().GetWorkspaceGradient() );
+ Wallpaper aBack( GetSettings().GetStyleSettings().GetWorkspaceColor() );
Region aClip( Rectangle( Point( 0, 0 ), GetOutputSizePixel() ) );
Rectangle aBmpRect(maControlRect);
aBmpRect.Left() -= nShadowLeft;