fix pause when inactive
This commit is contained in:
parent
1bda85383f
commit
946eb7a834
|
@ -286,7 +286,7 @@ private:
|
|||
|
||||
QString loadErrorStr(int error);
|
||||
|
||||
bool pausedManually;
|
||||
bool pausedManually = false;
|
||||
|
||||
int oldW, oldH;
|
||||
bool oldMax;
|
||||
|
|
Loading…
Reference in New Issue