mirror of
https://github.com/YACReader/yacreader
synced 2025-12-11 11:42:47 -05: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