VirtualBox

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


Ignore:
Timestamp:
Mar 27, 2013 1:24:20 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
84570
Message:

FE/Qt: don't show a warning about mouse integration enabled/disabled during VM restore

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMouseHandler.cpp

    r42261 r45209  
    356356    /* Notify user about mouse supports or not absolute pointing if that method was called by signal: */
    357357    if (sender())
    358         msgCenter().remindAboutMouseIntegration(uisession()->isMouseSupportsAbsolute());
     358    {
     359        /* don't annoy the user while restoring a VM */
     360        KMachineState state = uisession()->machineState();
     361        if (state != KMachineState_Restoring)
     362            msgCenter().remindAboutMouseIntegration(uisession()->isMouseSupportsAbsolute());
     363    }
    359364
    360365    /* Notify all listeners: */
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