- Timestamp:
- Sep 21, 2012 12:10:50 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UISession.cpp
r43395 r43396 153 153 foreach(UIMachineWindow *pMachineWindow, machineLogic()->machineWindows()) 154 154 { 155 bool bAdjustPosition = True;155 bool bAdjustPosition = true; 156 156 UIVisualStateType visualStateType = machineLogic()->visualStateType(); 157 157 158 158 if (visualStateType == UIVisualStateType_Normal || 159 159 visualStateType == UIVisualStateType_Scale) 160 bAdjustPosition = True;160 bAdjustPosition = true; 161 161 162 162 /* Normalize view's geometry: */
Note:
See TracChangeset
for help on using the changeset viewer.