Changeset 57100 in vbox
- Timestamp:
- Jul 27, 2015 3:06:45 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/UIMachineWindowFullscreen.cpp
r57050 r57100 254 254 connect(m_pMiniToolBar, SIGNAL(sigNotifyAboutWindowActivationStolen()), 255 255 this, SLOT(sltRevokeWindowActivation()), Qt::QueuedConnection); 256 # ifdef Q_WS_X11 257 // WORKAROUND: 258 // Due to Unity bug we want native full-screen flag to be set 259 // for mini-toolbar _before_ trying to show it in full-screen mode. 260 // That significantly improves of chances to have required geometry. 261 if (vboxGlobal().typeOfWindowManager() == X11WMType_Compiz) 262 vboxGlobal().setFullScreenFlag(m_pMiniToolBar); 263 # endif /* Q_WS_X11 */ 256 264 } 257 265 }
Note:
See TracChangeset
for help on using the changeset viewer.