rendercanceldialog: pass through qshowevent
This commit is contained in:
@@ -39,6 +39,8 @@ void RenderCancelDialog::WorkerDone()
|
||||
|
||||
void RenderCancelDialog::showEvent(QShowEvent *event)
|
||||
{
|
||||
QDialog::showEvent(event);
|
||||
|
||||
UpdateProgress();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user