Revision: 12396
          http://sourceforge.net/p/skim-app/code/12396
Author:   hofman
Date:     2021-08-04 15:00:32 +0000 (Wed, 04 Aug 2021)
Log Message:
-----------
Update highlight mask from resizeSubviewsWithOldSize because setFrame is not 
used

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

Modified: trunk/SKHighlightingTableRowView.m
===================================================================
--- trunk/SKHighlightingTableRowView.m  2021-07-30 21:34:29 UTC (rev 12395)
+++ trunk/SKHighlightingTableRowView.m  2021-08-04 15:00:32 UTC (rev 12396)
@@ -92,8 +92,8 @@
     }
 }
 
-- (void)setFrame:(NSRect)frame {
-    [super setFrame:frame];
+- (void)resizeSubviewsWithOldSize:(NSSize)oldSize {
+    [super resizeSubviewsWithOldSize:oldSize];
     if (highlightView)
         [self updateHighlightMask];
 }

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