- Timestamp:
- Aug 29, 2012 11:08:34 AM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 80409
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineWindowNormal.cpp
r41689 r43067 396 396 /* Normalize view to the optimal size: */ 397 397 if (machineView()) 398 #ifdef Q_WS_X11 399 QTimer::singleShot(0, machineView(), SLOT(sltNormalizeGeometry())); 400 #else /* Q_WS_X11 */ 398 401 machineView()->normalizeGeometry(true); 402 #endif 399 403 } 400 404
Note:
See TracChangeset
for help on using the changeset viewer.