mirror of
https://github.com/YACReader/yacreader
synced 2025-07-25 16:34:56 -04:00
fixed fullscreen mode (QTBUG-41883)
This commit is contained in:
@ -290,6 +290,10 @@ private:
|
||||
|
||||
ComicsViewStatus comicsViewStatus;
|
||||
|
||||
//QTBUG-41883
|
||||
QSize _size;
|
||||
QPoint _pos;
|
||||
|
||||
protected:
|
||||
virtual void closeEvent ( QCloseEvent * event );
|
||||
public:
|
||||
|
Reference in New Issue
Block a user