Fixes: Graphical glitches in the modebar.

Details:  Hide the widgets which are about to be deleted.
This commit is contained in:
dt
2009-01-28 16:33:16 +01:00
parent d772ff2aa5
commit 7ff8d61a2f

View File

@@ -99,6 +99,7 @@ void ProgressView::deleteTask(FutureProgress *progress)
m_type.remove(progress);
m_keep.remove(progress);
layout()->removeWidget(progress);
progress->hide();
progress->deleteLater();
}