Changeset 27538 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Mar 19, 2010 2:07:40 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineViewNormal.cpp
r27415 r27538 141 141 bool UIMachineViewNormal::event(QEvent *pEvent) 142 142 { 143 /* We don't want this on the Mac, cause there the menu bar isn't within the 144 * window and popping up a menu there looks really ugly. */ 145 #ifndef Q_WS_MAC 143 146 switch (pEvent->type()) 144 147 { … … 185 188 break; 186 189 } 190 #endif /* !Q_WS_MAC */ 187 191 return UIMachineView::event(pEvent); 188 192 }
Note:
See TracChangeset
for help on using the changeset viewer.