Changeset 38993 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Oct 13, 2011 9:36:35 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineViewNormal.cpp
r38992 r38993 132 132 case QEvent::Resize: 133 133 { 134 const QSize *pSize = &static_cast<QResizeEvent *>(pEvent)135 ->size();136 134 if (pEvent->spontaneous() && m_bIsGuestAutoresizeEnabled && uisession()->isGuestSupportsGraphics()) 137 135 QTimer::singleShot(300, this, SLOT(sltPerformGuestResize()));
Note:
See TracChangeset
for help on using the changeset viewer.