You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Renamed BkmxDocTabViewController to BkmxDocViewController. Although these view controllers do control views within tab views, the addition by Apple of NSTabViewController in OS X 10.10 made these names imply that they are subclasses of NSTabViewController, which they are not.
Copy file name to clipboardexpand all lines: SSYManagedTreeObject.m
+1-1
Original file line number
Diff line number
Diff line change
@@ -249,7 +249,7 @@ - (NSArray*)childrenOrdered {
249
249
#3 0x00007fff8f1d1550 in loadItemEntryLazyInfoIfNecessary ()
250
250
#4 0x00007fff8f1d143d in -[NSOutlineView itemAtRow:] ()
251
251
#5 0x0000000100034d2f in -[BkmxOutlineView objectsAtRowIndexes:] at /Users/jk/Documents/Programming/Projects/BkmkMgrs/BkmxOutlineView.m:82
252
-
#6 0x00000001002e1b96 in -[BkmxDocTabViewController outlineViewSelectionDidChange:] at /Users/jk/Documents/Programming/Projects/BkmkMgrs/BkmxDocTabViewController.m:97
252
+
#6 0x00000001002e1b96 in -[BkmxDocViewController outlineViewSelectionDidChange:] at /Users/jk/Documents/Programming/Projects/BkmkMgrs/BkmxDocViewController.m:97
0 commit comments