Revision: 12699
          http://sourceforge.net/p/skim-app/code/12699
Author:   hofman
Date:     2022-01-06 16:04:33 +0000 (Thu, 06 Jan 2022)
Log Message:
-----------
Don't draw background in note text view on 10.14+

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

Modified: trunk/SKNoteWindowController.m
===================================================================
--- trunk/SKNoteWindowController.m      2022-01-06 15:55:04 UTC (rev 12698)
+++ trunk/SKNoteWindowController.m      2022-01-06 16:04:33 UTC (rev 12699)
@@ -197,6 +197,9 @@
     
     [[self window] setCollectionBehavior:[[self window] collectionBehavior] | 
NSWindowCollectionBehaviorFullScreenAuxiliary];
     
+    if (RUNNING_AFTER(10_13))
+        [textView setDrawsBackground:NO];
+    
     if ([self isNoteType]) {
 #pragma clang diagnostic push
 #pragma clang diagnostic ignored "-Wpartial-availability"

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