Revision: 14874 http://sourceforge.net/p/skim-app/code/14874 Author: hofman Date: 2025-01-25 15:08:40 +0000 (Sat, 25 Jan 2025) Log Message: ----------- update status bar after preferences changed
Modified Paths: -------------- trunk/SKMainWindowController_Actions.m Modified: trunk/SKMainWindowController_Actions.m =================================================================== --- trunk/SKMainWindowController_Actions.m 2025-01-25 10:56:02 UTC (rev 14873) +++ trunk/SKMainWindowController_Actions.m 2025-01-25 15:08:40 UTC (rev 14874) @@ -1164,11 +1164,13 @@ - (void)toggleDisplayNoteBounds:(nullable id)sender { NSUserDefaults *sud = [NSUserDefaults standardUserDefaults]; [sud setBool:NO == [sud boolForKey:SKDisplayNoteBoundsKey] forKey:SKDisplayNoteBoundsKey]; + [self updateRightStatus]; } - (void)toggleDisplayPageBounds:(nullable id)sender { NSUserDefaults *sud = [NSUserDefaults standardUserDefaults]; [sud setBool:NO == [sud boolForKey:SKDisplayPageBoundsKey] forKey:SKDisplayPageBoundsKey]; + [self updateRightStatus]; } - (IBAction)performFindPanelAction:(id)sender { 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