forked from qt-creator/qt-creator
Outline: Make recalculation of current model index more robust
This commit is contained in:
@@ -90,7 +90,6 @@ void CppOutlineWidget::setCursorSynchronization(bool syncWithCursor)
|
||||
void CppOutlineWidget::modelUpdated()
|
||||
{
|
||||
m_treeView->expandAll();
|
||||
updateSelectionInTree(m_editor->overviewModelIndex());
|
||||
}
|
||||
|
||||
void CppOutlineWidget::updateSelectionInTree(const QModelIndex &index)
|
||||
|
||||
Reference in New Issue
Block a user