Changeset 15863 in vbox for trunk/src/VBox/Frontends/VirtualBox4
- Timestamp:
- Jan 8, 2009 12:42:11 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/src/VBoxConsoleWnd.cpp
r15804 r15863 2427 2427 { 2428 2428 #ifdef Q_WS_MAC 2429 /* setWindowState removes the window group connection somehow. So save it 2430 * temporary. */ 2431 WindowGroupRef g = GetWindowGroup (::darwinToWindowRef (this)); 2429 2432 if (aSeamless) 2430 2433 if (aOn) … … 2447 2450 /* Here we are going really fullscreen */ 2448 2451 setWindowState (windowState() ^ Qt::WindowFullScreen); 2452 /* Reassign the correct window group. */ 2453 SetWindowGroup (::darwinToWindowRef (this), g); 2449 2454 #else 2450 2455 NOREF (aOn);
Note:
See TracChangeset
for help on using the changeset viewer.