Revision: 12889
          http://sourceforge.net/p/skim-app/code/12889
Author:   hofman
Date:     2022-05-06 14:51:07 +0000 (Fri, 06 May 2022)
Log Message:
-----------
remove test

Modified Paths:
--------------
    trunk/SKMainWindowController.m

Modified: trunk/SKMainWindowController.m
===================================================================
--- trunk/SKMainWindowController.m      2022-05-06 14:50:39 UTC (rev 12888)
+++ trunk/SKMainWindowController.m      2022-05-06 14:51:07 UTC (rev 12889)
@@ -400,7 +400,7 @@
 #pragma clang diagnostic pop
     
     [window setStyleMask:[window styleMask] | NSFullSizeContentViewWindowMask];
-    if (0&&RUNNING_AFTER(10_13)) {
+    if (RUNNING_AFTER(10_13)) {
         titleBarHeight = NSHeight([window frame]) - NSHeight([window 
contentLayoutRect]);
         [leftSideController setTopInset:titleBarHeight];
         [rightSideController setTopInset:titleBarHeight];

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
Skim-app-commit mailing list
Skim-app-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to