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
7ff8d61a
Commit
7ff8d61a
authored
Jan 28, 2009
by
dt
Browse files
Fixes: Graphical glitches in the modebar.
Details: Hide the widgets which are about to be deleted.
parent
d772ff2a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/coreplugin/progressmanager/progressview.cpp
View file @
7ff8d61a
...
...
@@ -99,6 +99,7 @@ void ProgressView::deleteTask(FutureProgress *progress)
m_type
.
remove
(
progress
);
m_keep
.
remove
(
progress
);
layout
()
->
removeWidget
(
progress
);
progress
->
hide
();
progress
->
deleteLater
();
}
...
...
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