Changeset 27027 in vbox for trunk/src/VBox
- Timestamp:
- Mar 4, 2010 1:55:05 PM (15 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/runtime
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/UIMachineWindowFullscreen.cpp
r27018 r27027 50 50 prepareConsoleConnections(); 51 51 52 #ifdef Q_WS_MAC 52 53 /* Prepare menu: */ 53 54 prepareMenu(); 55 #endif /* Q_WS_MAC */ 54 56 55 57 /* Retranslate normal window finally: */ … … 131 133 } 132 134 135 #ifdef Q_WS_MAC 133 136 void UIMachineWindowFullscreen::prepareMenu() 134 137 { 135 138 setMenuBar(uisession()->newMenuBar()); 136 /* Menubar is always hidden in fullscreen */ 137 menuBar()->hide(); 138 } 139 } 140 #endif /* Q_WS_MAC */ 139 141 140 142 void UIMachineWindowFullscreen::prepareMachineView() -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/UIMachineWindowFullscreen.h
r27018 r27027 73 73 74 74 /* Prepare helpers: */ 75 #ifdef Q_WS_MAC 75 76 void prepareMenu(); 77 #endif /* Q_WS_MAC */ 76 78 void prepareMachineView(); 77 79 void loadWindowSettings(); -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/seamless/UIMachineWindowSeamless.cpp
r27025 r27027 183 183 setMenuBar(uisession()->newMenuBar()); 184 184 } 185 #endif 185 #endif /* Q_WS_MAC */ 186 186 187 187 void UIMachineWindowSeamless::prepareMachineView()
Note:
See TracChangeset
for help on using the changeset viewer.