summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoel Power <noel.power@novell.com>2011-05-20 11:06:46 +0100
committerNoel Power <noel.power@novell.com>2011-05-20 11:12:12 +0100
commitf71529593fc6e16554602638d100d02ac03bee75 (patch)
tree1839f53b9fd32d85f10ecf05f4212b31c8c73f99
parentfc1301e5940dbb38ed10719f87b44848f0aa65db (diff)
Revert "fdo#36690: Don't broadcast setting changes during painting of button."
-rw-r--r--vcl/source/control/button.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/control/button.cxx b/vcl/source/control/button.cxx
index 6932cdbaa5..c77d14aeb8 100644
--- a/vcl/source/control/button.cxx
+++ b/vcl/source/control/button.cxx
@@ -1522,7 +1522,7 @@ void PushButton::Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize,
else
aStyleSettings.SetFaceColor( GetSettings().GetStyleSettings().GetFaceColor() );
aSettings.SetStyleSettings( aStyleSettings );
- pDev->OutputDevice::SetSettings( aSettings );
+ pDev->SetSettings( aSettings );
}
pDev->SetTextFillColor();