vcl/osx/salnativewidgets.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a315454f349469923490e4116806ee19263849b8
Author: Tor Lillqvist <t...@collabora.com>
Date:   Thu Feb 6 12:36:29 2014 +0200

    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

diff --git a/vcl/osx/salnativewidgets.cxx b/vcl/osx/salnativewidgets.cxx
index f0224fb..c1ebdb2 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);;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to