summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-02-06 12:36:29 +0200
committerTor Lillqvist <tml@collabora.com>2014-02-06 12:38:07 +0200
commita315454f349469923490e4116806ee19263849b8 (patch)
tree9027362dbf2fbd1a780cf3d00263f2291d369620
parentc8a089d7dfa2527ff25aa144e65d0c96ea90028d (diff)
fdo#69358: Avoid discontinuity in the gradient of window bar and toolbar
CUIDraw() is undocumented (as it should be, it is after all a private API), but I was lucky and guessed what was needed. Change-Id: If686667d9b5dfa3a40e57e5e2b4f87be5796c801
-rw-r--r--vcl/osx/salnativewidgets.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/osx/salnativewidgets.cxx b/vcl/osx/salnativewidgets.cxx
index f0224fbf6b8c..c1ebdb284dc4 100644
--- a/vcl/osx/salnativewidgets.cxx
+++ b/vcl/osx/salnativewidgets.cxx
@@ -545,7 +545,7 @@ sal_Bool AquaSalGraphics::drawNativeControl(ControlType nType,
@"regularwin", @"windowtype",
(isMain ? @"normal" : @"inactive"), @"state",
[NSNumber numberWithDouble:unifiedHeight], @"kCUIWindowFrameUnifiedTitleBarHeightKey",
- [NSNumber numberWithBool:YES], @"kCUIWindowFrameDrawTitleSeparatorKey",
+ [NSNumber numberWithBool:NO], @"kCUIWindowFrameDrawTitleSeparatorKey",
[NSNumber numberWithBool:YES], @"is.flipped",
nil],
nil);;