Changeset 73521 in vbox for trunk/src/VBox
- Timestamp:
- Aug 6, 2018 12:20:30 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/UIMachineWindowFullscreen.cpp
r69500 r73521 353 353 /* Resize window to the appropriate size on ML and next if it's screen has no own user-space: */ 354 354 else if (!pFullscreenLogic->screensHaveSeparateSpaces() && m_uScreenId != 0) 355 resize(workingArea.size()); 356 /* Resize the window if we are already in the full screen mode. This covers cases like host-resolution changes while in full screen mode: */ 357 else if(darwinIsInFullscreenMode(this)) 355 358 resize(workingArea.size()); 356 359 else
Note:
See TracChangeset
for help on using the changeset viewer.