Changeset 99205 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Mar 29, 2023 11:18:03 AM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 156578
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/wizards/UINativeWizard.cpp
r99194 r99205 414 414 /* For last one we just accept the wizard: */ 415 415 else 416 accept(); 416 { 417 /* Different handling depending on current modality: */ 418 if (windowHandle()->modality() == Qt::NonModal) 419 close(); 420 else 421 accept(); 422 } 417 423 } 418 424
Note:
See TracChangeset
for help on using the changeset viewer.