Changeset 53872 in vbox
- Timestamp:
- Jan 20, 2015 5:01:23 PM (10 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/runtime/scale
- Files:
-
- 2 edited
-
UIMachineWindowScale.cpp (modified) (2 diffs)
-
UIMachineWindowScale.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/scale/UIMachineWindowScale.cpp
r53068 r53872 65 65 UIMachineWindow::prepareVisualState(); 66 66 67 /* Install the resize delegate for keeping the aspect ratio. */68 ::darwinInstallResizeDelegate(this);69 67 /* Beta label? */ 70 68 if (vboxGlobal().isBeta()) … … 128 126 UIMachineWindow::saveSettings(); 129 127 } 130 131 #ifdef Q_WS_MAC132 void UIMachineWindowScale::cleanupVisualState()133 {134 /* Uninstall the resize delegate for keeping the aspect ratio. */135 ::darwinUninstallResizeDelegate(this);136 137 /* Call to base-class: */138 UIMachineWindow::cleanupVisualState();139 }140 #endif /* Q_WS_MAC */141 128 142 129 void UIMachineWindowScale::showInNecessaryMode() -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/scale/UIMachineWindowScale.h
r52727 r53872 43 43 void saveSettings(); 44 44 #ifdef Q_WS_MAC 45 void cleanupVisualState();45 //void cleanupVisualState() {} 46 46 #endif /* Q_WS_MAC */ 47 47 //void cleanupMainLayout() {}
Note:
See TracChangeset
for help on using the changeset viewer.

