- Timestamp:
- Mar 23, 2010 2:56:49 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIMessageBox.cpp
r27030 r27635 31 31 #ifdef Q_WS_MAC 32 32 # include "VBoxConsoleWnd.h" 33 # include "VBoxSelectorWnd.h" 33 34 #endif /* Q_WS_MAC */ 34 35 … … 72 73 if (pWnd) 73 74 setWindowFlags (Qt::Sheet); 75 else 76 { 77 /* In the selector window ofc. */ 78 VBoxSelectorWnd *pSWnd = qobject_cast<VBoxSelectorWnd*>(aParent); 79 if (pSWnd) 80 setWindowFlags(Qt::Sheet); 81 } 74 82 # else /* VBOX_WITH_NEW_RUNTIME_CORE */ 75 83 /* Sheets are broken if the window is in fullscreen mode. So make it a
Note:
See TracChangeset
for help on using the changeset viewer.