mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-01-21 21:20:07 -05:00
--Bug fixes
-Properly detect maximization of final render dialog when on linux.
This commit is contained in:
parent
74fea61ad2
commit
adf590209a
@ -840,7 +840,7 @@ void FractoriumFinalRenderDialog::Pause(bool paused)
|
|||||||
/// <param name="e">The event</param>
|
/// <param name="e">The event</param>
|
||||||
void FractoriumFinalRenderDialog::showEvent(QShowEvent* e)
|
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;
|
return;
|
||||||
|
|
||||||
QString firstfile;
|
QString firstfile;
|
||||||
|
Loading…
Reference in New Issue
Block a user