Changeset 84701 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Jun 5, 2020 3:37:27 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/scale/UIMachineWindowScale.cpp
r82968 r84701 178 178 void UIMachineWindowScale::normalizeGeometry(bool fAdjustPosition) 179 179 { 180 #ifndef VBOX_GUI_WITH_CUSTOMIZATIONS1181 180 /* Skip if maximized: */ 182 181 if (isMaximized()) … … 198 197 UICommon::setTopLevelGeometry(this, frGeo.left() + dl, frGeo.top() + dt, 199 198 frGeo.width() - dl - dr, frGeo.height() - dt - db); 200 #else /* VBOX_GUI_WITH_CUSTOMIZATIONS1 */201 /* Customer request: There should no be202 * machine-window resize/move on machine-view resize: */203 Q_UNUSED(fAdjustPosition);204 #endif /* VBOX_GUI_WITH_CUSTOMIZATIONS1 */205 199 } 206 200
Note:
See TracChangeset
for help on using the changeset viewer.