Revision: 15066
          http://sourceforge.net/p/skim-app/code/15066
Author:   hofman
Date:     2025-04-01 08:52:53 +0000 (Tue, 01 Apr 2025)
Log Message:
-----------
single line

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

Modified: trunk/SKFontWell.m
===================================================================
--- trunk/SKFontWell.m  2025-04-01 08:51:33 UTC (rev 15065)
+++ trunk/SKFontWell.m  2025-04-01 08:52:53 UTC (rev 15066)
@@ -130,9 +130,7 @@
 
 - (void)dealloc {
     if ([self infoForBinding:NSTextColorBinding])
-        SKENSURE_MAIN_THREAD(
-            [self unbind:NSTextColorBinding];
-        );
+        SKENSURE_MAIN_THREAD( [self unbind:NSTextColorBinding]; );
 }
 
 - (BOOL)isOpaque{ return NO; }

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