Skip to content
GitLab
Menu
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
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)
...
@@ -329,8 +329,8 @@ void StackedEditorGroup::updateToolBar(IEditor *editor)
toolBar
=
m_defaultToolBar
;
toolBar
=
m_defaultToolBar
;
if
(
m_activeToolBar
==
toolBar
)
if
(
m_activeToolBar
==
toolBar
)
return
;
return
;
toolBar
->
setVisible
(
true
);
m_activeToolBar
->
setVisible
(
false
);
m_activeToolBar
->
setVisible
(
false
);
toolBar
->
setVisible
(
true
);
m_activeToolBar
=
toolBar
;
m_activeToolBar
=
toolBar
;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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