Revision: 15083
          http://sourceforge.net/p/skim-app/code/15083
Author:   hofman
Date:     2025-04-04 15:32:51 +0000 (Fri, 04 Apr 2025)
Log Message:
-----------
let shadowwless square button determine focus ring

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

Modified: trunk/SKFontWell.m
===================================================================
--- trunk/SKFontWell.m  2025-04-04 14:48:06 UTC (rev 15082)
+++ trunk/SKFontWell.m  2025-04-04 15:32:51 UTC (rev 15083)
@@ -455,14 +455,6 @@
     }
 }
 
-- (NSRect)focusRingMaskBoundsForFrame:(NSRect)cellFrame inView:(NSView 
*)controlView {
-    return cellFrame;
-}
-
-- (void)drawFocusRingMaskWithFrame:(NSRect)cellFrame inView:(NSView 
*)controlView {
-    NSRectFill(cellFrame);
-}
-
 - (NSString *)accessibilityRoleDescription {
     return NSLocalizedString(@"font well", @"Accessibility description");
 }

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