Changeset 65450 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Jan 26, 2017 11:10:22 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineViewNormal.cpp
r65437 r65450 154 154 void UIMachineViewNormal::resendSizeHint() 155 155 { 156 /* Skip if another visual representation mode requested: */ 157 if (uisession()->requestedVisualState() == UIVisualStateType_Seamless) // Seamless only for now. 158 return; 159 156 160 /* Get the last guest-screen size-hint, taking the scale factor into account. */ 157 161 const QSize sizeHint = scaledBackward(guestScreenSizeHint());
Note:
See TracChangeset
for help on using the changeset viewer.