Revision: 16422
          http://sourceforge.net/p/skim-app/code/16422
Author:   hofman
Date:     2026-09-05 18:03:04 +0000 (Sat, 05 Sep 2026)
Log Message:
-----------
don't return

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

Modified: trunk/NSGraphics_SKExtensions.m
===================================================================
--- trunk/NSGraphics_SKExtensions.m     2026-09-05 18:02:37 UTC (rev 16421)
+++ trunk/NSGraphics_SKExtensions.m     2026-09-05 18:03:04 UTC (rev 16422)
@@ -237,7 +237,7 @@
     NSMutableArray *filters = [NSMutableArray array];
     if (SKHasDarkAppearance() && [[NSUserDefaults standardUserDefaults] 
boolForKey:SKInvertColorsInDarkModeKey]) {
         // this is roughly the inverse of the color inversion filter above
-        // return colorInvertFilters(1.0/fmax(0.0001, 1.0 - 
invertedColorsBackgroundWhite()), 0.0);
+        // colorInvertFilters(1.0/fmax(0.0001, 1.0 - 
invertedColorsBackgroundWhite()), 0.0);
         addColorInvertFilters(filters, 1.0, 0.0);
     }
     return filters;

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



_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to