Enabled sidebar to scroll to current selection when using the read next unread function. Issue #201
This commit is contained in:
parent
cd8c7a2b0c
commit
f8f268f55f
|
@ -194,6 +194,8 @@ import RSCore
|
||||||
|
|
||||||
NSCursor.setHiddenUntilMouseMoves(true)
|
NSCursor.setHiddenUntilMouseMoves(true)
|
||||||
outlineView.selectRowIndexes(IndexSet([row]), byExtendingSelection: false)
|
outlineView.selectRowIndexes(IndexSet([row]), byExtendingSelection: false)
|
||||||
|
outlineView.scrollTo(row: row)
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func focus() {
|
func focus() {
|
||||||
|
|
Loading…
Reference in New Issue