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
Marco Bubke
flatpak-qt-creator
Commits
6edae34a
Commit
6edae34a
authored
Feb 17, 2009
by
Roberto Raggi
Browse files
Fixes: Flicker-free update of the editor toolbars (mac -only).
parent
7774977e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/coreplugin/editormanager/stackededitorgroup.cpp
View file @
6edae34a
...
...
@@ -329,8 +329,8 @@ void StackedEditorGroup::updateToolBar(IEditor *editor)
toolBar
=
m_defaultToolBar
;
if
(
m_activeToolBar
==
toolBar
)
return
;
toolBar
->
setVisible
(
true
);
m_activeToolBar
->
setVisible
(
false
);
toolBar
->
setVisible
(
true
);
m_activeToolBar
=
toolBar
;
}
...
...
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