fix pause when inactive

This commit is contained in:
RSDuck 2021-08-02 20:41:43 +02:00
parent 1bda85383f
commit 946eb7a834
1 changed files with 1 additions and 1 deletions

View File

@ -286,7 +286,7 @@ private:
QString loadErrorStr(int error);
bool pausedManually;
bool pausedManually = false;
int oldW, oldH;
bool oldMax;