- Timestamp:
- Mar 15, 2010 3:10:23 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/UIMachineWindowFullscreen.cpp
r27335 r27366 76 76 updateAppearanceOf(UIVisualElement_AllStuff); 77 77 78 /* Make sure the window is placed on the right screen before we are going79 * into fullscreen.*/78 /* Make sure the window is placed on valid screen 79 * before we are show fullscreen window: */ 80 80 sltPlaceOnScreen(); 81 81 82 /* Show window: */82 /* Show fullscreen window: */ 83 83 showFullScreen(); 84 85 /* Make sure the window is placed on valid screen again 86 * after window is shown & window's decorations applied. 87 * That is required due to X11 Window Geometry Rules. */ 88 sltPlaceOnScreen(); 84 89 85 90 #ifdef Q_WS_MAC … … 107 112 move(r.topLeft()); 108 113 resize(r.size()); 109 } 110 114 qApp->processEvents(); 115 } 111 116 112 117 void UIMachineWindowFullscreen::sltMachineStateChanged()
Note:
See TracChangeset
for help on using the changeset viewer.