Changeset 10933 in vbox for trunk/src/VBox/Frontends/VirtualBox4
- Timestamp:
- Jul 29, 2008 1:55:27 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 33782
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/src/VBoxSettingsDialog.cpp
r10811 r10933 220 220 mStack->setCurrentIndex (mStack->indexOf (rootPage)); 221 221 /* Do the animation */ 222 ::darwinWindowAnimateResize (this, QRect (x(), y(), 222 ::darwinWindowAnimateResize (this, QRect (x(), y(), 223 223 ss.width(), ss.height())); 224 224 /* Switch to the new page last if we are zooming */ … … 280 280 281 281 QWidget *widget = static_cast<QWidget*> (aObject); 282 if (widget-> topLevelWidget() != this)282 if (widget->window() != this) 283 283 return QIMainDialog::eventFilter (aObject, aEvent); 284 284
Note:
See TracChangeset
for help on using the changeset viewer.