VirtualBox

Changeset 99205 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Mar 29, 2023 11:18:03 AM (2 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
156578
Message:

FE/Qt: bugref:6669: UINativeWizard: Missed part in r156566; Forgot to handle accept case.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/UINativeWizard.cpp

    r99194 r99205  
    414414    /* For last one we just accept the wizard: */
    415415    else
    416         accept();
     416    {
     417        /* Different handling depending on current modality: */
     418        if (windowHandle()->modality() == Qt::NonModal)
     419            close();
     420        else
     421            accept();
     422    }
    417423}
    418424
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette