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