VirtualBox

Ignore:
Timestamp:
Jul 12, 2011 1:25:16 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
72800
Message:

FE/Qt: VM selector: Protecting Global settings trigger from the dual-click.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/selector/VBoxSelectorWnd.cpp

    r37897 r37898  
    599599void VBoxSelectorWnd::fileSettings()
    600600{
     601    /* Check that we do NOT handling that already: */
     602    if (mFileSettingsAction->data().toBool())
     603        return;
     604    /* Remember that we handling that already: */
     605    mFileSettingsAction->setData(true);
     606
    601607    /* Create and execute global settings dialog: */
    602608    UISettingsDialogGlobal dlg(this);
    603609    dlg.execute();
     610
     611    /* Remember that we do NOT handling that already: */
     612    mFileSettingsAction->setData(false);
    604613}
    605614
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