summaryrefslogtreecommitdiff
path: root/vcl/ios
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2012-05-23 12:06:39 +0200
committerJan Holesovsky <kendy@suse.cz>2012-05-23 12:07:32 +0200
commit422647493b33e397bcc19031ee13693ecaa65ba8 (patch)
treed87a06496780c4a41e1caf29627f043f83a10e48 /vcl/ios
parent5127cb76e5905cd55a30a9dad36c10fcb25e9641 (diff)
fdo#49914, rulers: DarkShadow color is supposed to be dark (even on Mac).
Change-Id: I09d0c5d6797b6df9e84ad3574fc420241fe72707
Diffstat (limited to 'vcl/ios')
-rw-r--r--vcl/ios/source/window/salframe.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/ios/source/window/salframe.cxx b/vcl/ios/source/window/salframe.cxx
index ef0e6800bb53..c86aa7d2ff42 100644
--- a/vcl/ios/source/window/salframe.cxx
+++ b/vcl/ios/source/window/salframe.cxx
@@ -735,7 +735,6 @@ void IosSalFrame::UpdateSettings( AllSettings& rSettings )
aStyleSettings.SetDialogColor( aBackgroundColor );
aStyleSettings.SetLightBorderColor( aBackgroundColor );
Color aShadowColor( aStyleSettings.GetShadowColor() );
- aStyleSettings.SetDarkShadowColor( aShadowColor );
aShadowColor.IncreaseLuminance( 32 );
aStyleSettings.SetShadowColor( aShadowColor );