Revision: 15000 http://sourceforge.net/p/skim-app/code/15000 Author: hofman Date: 2025-03-21 18:39:59 +0000 (Fri, 21 Mar 2025) Log Message: ----------- set mainController for noteToolbar to nil when closing
Modified Paths: -------------- trunk/SKMainWindowController.m Modified: trunk/SKMainWindowController.m =================================================================== --- trunk/SKMainWindowController.m 2025-03-21 18:26:04 UTC (rev 14999) +++ trunk/SKMainWindowController.m 2025-03-21 18:39:59 UTC (rev 15000) @@ -282,6 +282,7 @@ [leftSideController setMainController:nil]; [rightSideController setMainController:nil]; [toolbarController setMainController:nil]; + [noteToolbarController setMainController:nil]; [touchBarController setMainController:nil]; [findController setDelegate:nil]; [pdfView setDelegate:nil]; // this cleans up the pdfview 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