Merge branch 'mac-candidate'

This commit is contained in:
Brent Simmons 2019-07-28 15:31:45 -07:00
commit 2fcadf9748
1 changed files with 3 additions and 2 deletions

View File

@ -358,8 +358,9 @@ private extension SidebarViewController {
func rebuildTreeAndReloadDataIfNeeded() {
if !animatingChanges && !BatchUpdate.shared.isPerforming {
treeController.rebuild()
outlineView.reloadData()
if treeController.rebuild() {
outlineView.reloadData()
}
}
}