Skip to content
Snippets Groups Projects
Commit 68f6d162 authored by Kai Koehne's avatar Kai Koehne
Browse files

QmlOutline: Update selection if filter is toggled

parent 70ef8c62
No related branches found
No related tags found
No related merge requests found
...@@ -190,6 +190,7 @@ void QmlJSOutlineWidget::setShowBindings(bool showBindings) ...@@ -190,6 +190,7 @@ void QmlJSOutlineWidget::setShowBindings(bool showBindings)
{ {
m_filterModel->setFilterBindings(!showBindings); m_filterModel->setFilterBindings(!showBindings);
modelUpdated(); modelUpdated();
updateSelectionInTree(m_editor->outlineModelIndex());
} }
bool QmlJSOutlineWidget::syncCursor() bool QmlJSOutlineWidget::syncCursor()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment