Revision: 15740
          http://sourceforge.net/p/skim-app/code/15740
Author:   hofman
Date:     2025-10-31 23:01:45 +0000 (Fri, 31 Oct 2025)
Log Message:
-----------
call super

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

Modified: trunk/SKThumbnailView.m
===================================================================
--- trunk/SKThumbnailView.m     2025-10-31 15:28:21 UTC (rev 15739)
+++ trunk/SKThumbnailView.m     2025-10-31 23:01:45 UTC (rev 15740)
@@ -545,13 +545,13 @@
     }
 }
 
-- (void)willOpenMenu:(NSMenu *)menu
-           withEvent:(NSEvent *)event {
+- (void)willOpenMenu:(NSMenu *)menu withEvent:(NSEvent *)event {
+    [super willOpenMenu:menu withEvent:event];
     [self applyMenuHighlighted:YES];
 }
 
-- (void)didCloseMenu:(NSMenu *)menu
-           withEvent:(NSEvent *)event {
+- (void)didCloseMenu:(NSMenu *)menu withEvent:(NSEvent *)event {
+    [super didCloseMenu:menu withEvent:event];
     [self applyMenuHighlighted:NO];
 }
 

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