Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tobias Hunger
qt-creator
Commits
68f6d162
Commit
68f6d162
authored
Sep 03, 2010
by
Kai Koehne
Browse files
QmlOutline: Update selection if filter is toggled
parent
70ef8c62
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qmljseditor/qmljsoutline.cpp
View file @
68f6d162
...
...
@@ -190,6 +190,7 @@ void QmlJSOutlineWidget::setShowBindings(bool showBindings)
{
m_filterModel
->
setFilterBindings
(
!
showBindings
);
modelUpdated
();
updateSelectionInTree
(
m_editor
->
outlineModelIndex
());
}
bool
QmlJSOutlineWidget
::
syncCursor
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment