diff options
author | Jan Holesovsky <kendy@suse.cz> | 2012-04-23 15:39:31 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2012-04-27 15:51:25 +0200 |
commit | cc0a69f8c1200b8f856e7bdfd11837e6c3ed59a5 (patch) | |
tree | 26116c9273f49d49e16883726b88c2f76a23894c /vcl/win | |
parent | 1fc8ccaf585285d7b2b4e5ba7f588be606691b74 (diff) |
Remove comment mentioning bCompBorder.
The variable itself was removed in
commit 696996791d1dbfd8f410236e30be5a1fb100de70.
Diffstat (limited to 'vcl/win')
-rw-r--r-- | vcl/win/source/window/salframe.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/vcl/win/source/window/salframe.cxx b/vcl/win/source/window/salframe.cxx index 4035d585b333..3cb870baad2e 100644 --- a/vcl/win/source/window/salframe.cxx +++ b/vcl/win/source/window/salframe.cxx @@ -2751,8 +2751,7 @@ void WinSalFrame::UpdateSettings( AllSettings& rSettings ) } StyleSettings aStyleSettings = rSettings.GetStyleSettings(); - // TODO: once those options vanish: just set bCompBorder to TRUE - // to have the system colors read + aStyleSettings.SetScrollBarSize( GetSystemMetrics( SM_CXVSCROLL ) ); aStyleSettings.SetSpinSize( GetSystemMetrics( SM_CXVSCROLL ) ); aStyleSettings.SetCursorBlinkTime( GetCaretBlinkTime() ); |