Revision: 16140
          http://sourceforge.net/p/skim-app/code/16140
Author:   hofman
Date:     2026-04-01 16:17:16 +0000 (Wed, 01 Apr 2026)
Log Message:
-----------
no need to set tag of side pane buttons

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

Modified: trunk/SKMainToolbarController.m
===================================================================
--- trunk/SKMainToolbarController.m     2026-04-01 15:02:07 UTC (rev 16139)
+++ trunk/SKMainToolbarController.m     2026-04-01 16:17:16 UTC (rev 16140)
@@ -893,8 +893,6 @@
             [item setView:leftPaneButton];
             [item setMenuFormRepresentation:menuItem];
             
-            [leftPaneButton setTag:[mainController leftSidePaneIsOpen] == NO];
-            
         } else if ([identifier 
isEqualToString:SKDocumentToolbarNotesPaneItemIdentifier]) {
             
             menuItem = [[NSMenuItem alloc] 
initWithTitle:NSLocalizedString(@"Notes Pane", @"Menu item title") 
action:@selector(toggleRightSidePane:) target:self];
@@ -904,8 +902,6 @@
             [item setView:rightPaneButton];
             [item setMenuFormRepresentation:menuItem];
             
-            [rightPaneButton setTag:[mainController rightSidePaneIsOpen] == 
NO];
-            
         } else if ([identifier 
isEqualToString:SKDocumentToolbarSplitPDFItemIdentifier]) {
             
             menuItem = [[NSMenuItem alloc] 
initWithTitle:NSLocalizedString(@"Notes Pane", @"Menu item title") 
action:@selector(toggleSplitPDF:) target:self];

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