Enabled sidebar to scroll to current selection when using the read next unread function. Issue #201

This commit is contained in:
Maurice Parker 2018-09-13 15:36:07 -05:00
parent cd8c7a2b0c
commit f8f268f55f
1 changed files with 2 additions and 0 deletions

View File

@ -194,6 +194,8 @@ import RSCore
NSCursor.setHiddenUntilMouseMoves(true)
outlineView.selectRowIndexes(IndexSet([row]), byExtendingSelection: false)
outlineView.scrollTo(row: row)
}
func focus() {