From 422647493b33e397bcc19031ee13693ecaa65ba8 Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Wed, 23 May 2012 12:06:39 +0200 Subject: fdo#49914, rulers: DarkShadow color is supposed to be dark (even on Mac). Change-Id: I09d0c5d6797b6df9e84ad3574fc420241fe72707 --- vcl/ios/source/window/salframe.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'vcl/ios') 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 ); -- cgit v1.2.3