forked from qt-creator/qt-creator
QmlOutline: Update selection if filter is toggled
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user