fixed fullscreen mode (QTBUG-41883)

This commit is contained in:
Luis Ángel San Martín
2015-01-24 18:23:29 +01:00
parent 92b58f70b6
commit f65a59090b
6 changed files with 59 additions and 10 deletions

View File

@ -74,6 +74,10 @@ class EditShortcutsDialog;
bool toolbars;
bool alwaysOnTop;
bool fromMaximized;
//QTBUG-41883
QSize _size;
QPoint _pos;
QString currentDirectory;
QString currentDirectoryImgDest;