Changeset 65799 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Feb 16, 2017 10:45:54 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIMiniToolBar.cpp
r65798 r65799 1070 1070 case GeometryType_Available: 1071 1071 { 1072 if ( windowState() == Qt::WindowMaximized1072 if ( m_pParent->windowState() == Qt::WindowMaximized 1073 1073 && pChangeEvent->oldState() == Qt::WindowNoState) 1074 1074 { … … 1081 1081 case GeometryType_Full: 1082 1082 { 1083 if ( windowState() == Qt::WindowFullScreen1083 if ( m_pParent->windowState() == Qt::WindowFullScreen 1084 1084 && pChangeEvent->oldState() == Qt::WindowNoState) 1085 1085 {
Note:
See TracChangeset
for help on using the changeset viewer.