Changeset 107795 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Jan 15, 2025 5:31:21 PM (5 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/manager/UIVirtualBoxManager.cpp
r107289 r107795 578 578 /* Show VirtualBox Manager: */ 579 579 s_pInstance->show(); 580 /* Register in the modal window manager: */581 windowManager().setMainWindowShown(s_pInstance);582 580 } 583 581 … … 726 724 void UIVirtualBoxManager::polishEvent(QShowEvent *) 727 725 { 726 /* Register in the modal window manager: */ 727 windowManager().setMainWindowShown(s_pInstance); 728 728 729 /* Make sure user warned about inaccessible media: */ 729 730 QMetaObject::invokeMethod(this, "sltHandleMediumEnumerationFinish", Qt::QueuedConnection);
Note:
See TracChangeset
for help on using the changeset viewer.