Changeset 27077 in vbox
- Timestamp:
- Mar 5, 2010 12:10:21 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/seamless/UIMachineViewSeamless.cpp
r27056 r27077 260 260 case QEvent::Resize: 261 261 { 262 /* Send guest-resize hint only if top window resizing to required dimension: */ 263 QResizeEvent *pResizeEvent = static_cast<QResizeEvent*>(pEvent); 264 if (pResizeEvent->size() != availableGeometry().size()) 265 break; 266 262 267 /* Set the "guest needs to resize" hint. 263 268 * This hint is acted upon when (and only when) the autoresize property is "true": */
Note:
See TracChangeset
for help on using the changeset viewer.