mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Enabled sidebar to scroll to current selection when using the read next unread function. Issue #201
This commit is contained in:
@@ -194,6 +194,8 @@ import RSCore
|
||||
|
||||
NSCursor.setHiddenUntilMouseMoves(true)
|
||||
outlineView.selectRowIndexes(IndexSet([row]), byExtendingSelection: false)
|
||||
outlineView.scrollTo(row: row)
|
||||
|
||||
}
|
||||
|
||||
func focus() {
|
||||
|
||||
Reference in New Issue
Block a user