forked from qt-creator/qt-creator
Fixes: Graphical glitches in the modebar.
Details: Hide the widgets which are about to be deleted.
This commit is contained in:
@@ -99,6 +99,7 @@ void ProgressView::deleteTask(FutureProgress *progress)
|
||||
m_type.remove(progress);
|
||||
m_keep.remove(progress);
|
||||
layout()->removeWidget(progress);
|
||||
progress->hide();
|
||||
progress->deleteLater();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user