Changeset 23026 in vbox
- Timestamp:
- Sep 15, 2009 9:56:20 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleWnd.cpp
r22823 r23026 1651 1651 + QString(RTBldCfgVersion()) 1652 1652 + QString("r") 1653 + QString(RTBldCfgRevisionStr()) 1653 + QString(RTBldCfgRevisionStr()) 1654 1654 + QString(" - "VBOX_BLEEDING_EDGE); 1655 1655 #endif … … 2550 2550 } 2551 2551 else 2552 { 2552 2553 /* Here we are going really fullscreen */ 2553 2554 setWindowState (windowState() ^ Qt::WindowFullScreen); 2555 # ifdef QT_MAC_USE_COCOA 2556 /* Disable the auto show menubar feature of Qt in fullscreen. */ 2557 if (aOn) 2558 SetSystemUIMode (kUIModeAllHidden, 0); 2559 # endif /* QT_MAC_USE_COCOA */ 2560 } 2561 2554 2562 # ifndef QT_MAC_USE_COCOA 2555 2563 /* Reassign the correct window group. */
Note:
See TracChangeset
for help on using the changeset viewer.