diff --git a/Source/Fractorium/FinalRenderDialog.cpp b/Source/Fractorium/FinalRenderDialog.cpp index b5d2487..145e074 100644 --- a/Source/Fractorium/FinalRenderDialog.cpp +++ b/Source/Fractorium/FinalRenderDialog.cpp @@ -840,7 +840,7 @@ void FractoriumFinalRenderDialog::Pause(bool paused) /// The event void FractoriumFinalRenderDialog::showEvent(QShowEvent* e) { - if (m_Controller.get() && m_Controller->m_Run)//On Linux, this event will be called when the main window minimized/maximized while rendering, so filter it out. + if (m_Controller.get())//On Linux, this event will be called when the main window minimized/maximized, so filter it out if the window and controller have already been created. return; QString firstfile;