- Timestamp:
- Jun 30, 2016 4:56:23 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/UIMachineWindowFullscreen.cpp
r61963 r61964 266 266 connect(m_pMiniToolBar, SIGNAL(sigNotifyAboutWindowActivationStolen()), 267 267 this, SLOT(sltRevokeWindowActivation()), Qt::QueuedConnection); 268 # ifdef VBOX_WS_X11269 // WORKAROUND:270 // Due to Unity bug we want native full-screen flag to be set271 // for mini-toolbar _before_ trying to show it in full-screen mode.272 // That significantly improves of chances to have required geometry.273 if (vboxGlobal().typeOfWindowManager() == X11WMType_Compiz)274 vboxGlobal().setFullScreenFlag(m_pMiniToolBar);275 # endif /* VBOX_WS_X11 */276 268 } 277 269 }
Note:
See TracChangeset
for help on using the changeset viewer.