Skip to content

Commit c95ab9f

Browse files
committed
• Fixed a bindings burp which caused the Preferences window to fail to open after a Keyboard Shortcut to show the Floating Menu had been set.
• More fixes to Content Outline Lazy Loading. Added -[ContentOutlineView expandStark:] and -collapseStark:, and feeder methods to it, so that we don't try to expand Starks in the Content Outline, which are nonexistent, but ContentProxy items instead
1 parent 834929d commit c95ab9f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

SSYShortcutActuator.m

+1-2
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,6 @@ - (void)postDidNonemptyIfNeeded {
568568
}
569569
}
570570

571-
572571
- (id)init {
573572
self = [super init] ;
574573

@@ -579,7 +578,7 @@ - (id)init {
579578

580579
[self postDidNonemptyIfNeeded] ;
581580

582-
return self ;
581+
return self ;
583582
}
584583

585584
- (void)setKeyCode:(NSInteger)keyCode

0 commit comments

Comments
 (0)