删除服务器配置后滚动问题
This commit is contained in:
@ -142,6 +142,8 @@ class PreferencesWindowController: NSWindowController
|
||||
}
|
||||
profilesTableView.endUpdates()
|
||||
}
|
||||
self.profilesTableView.scrollRowToVisible(index-1)
|
||||
self.profilesTableView.selectRowIndexes(IndexSet(integer: index-1), byExtendingSelection: false)
|
||||
updateProfileBoxVisible()
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user