Changeset 27902 in vbox
- Timestamp:
- Mar 31, 2010 2:07:56 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 59592
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxCloseVMDlg.cpp
r27030 r27902 50 50 if (pWnd) 51 51 setWindowFlags (Qt::Sheet); 52 # e lse /*VBOX_WITH_NEW_RUNTIME_CORE */52 # endif /* !VBOX_WITH_NEW_RUNTIME_CORE */ 53 53 /* Sheets are broken if the window is in fullscreen mode. So make it a 54 54 * normal window in that case. */ … … 58 58 !cwnd->isTrueSeamless())) 59 59 setWindowFlags (Qt::Sheet); 60 # endif /* !VBOX_WITH_NEW_RUNTIME_CORE */61 60 #endif /* Q_WS_MAC */ 62 61
Note:
See TracChangeset
for help on using the changeset viewer.