Revision: 15489
http://sourceforge.net/p/skim-app/code/15489
Author: hofman
Date: 2025-06-18 14:14:19 +0000 (Wed, 18 Jun 2025)
Log Message:
-----------
move method implementation
Modified Paths:
--------------
trunk/SKMainWindowController.m
Modified: trunk/SKMainWindowController.m
===================================================================
--- trunk/SKMainWindowController.m 2025-06-18 09:30:10 UTC (rev 15488)
+++ trunk/SKMainWindowController.m 2025-06-18 14:14:19 UTC (rev 15489)
@@ -1530,6 +1530,10 @@
return [[rightSideController.noteOutlineView headerView] menu];
}
+- (BOOL)hasNoteToolbar {
+ return [noteToolbarController isVisible];
+}
+
#pragma mark Swapping tables
- (void)displayLeftSideView:(SKLeftSidePaneState)state animating:(BOOL)animate
{
@@ -1558,10 +1562,6 @@
}
}
-- (BOOL)hasNoteToolbar {
- return [noteToolbarController isVisible];
-}
-
#pragma mark Overview
- (BOOL)hasOverview {
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