VirtualBox

Changeset 45287 in vbox for trunk/src


Ignore:
Timestamp:
Apr 2, 2013 12:19:58 PM (12 years ago)
Author:
vboxsync
Message:

FE/Qt: VM selector: Details-view: Make sure VM with no details do not try to build them on current-item-change and machine-state-change.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/UIGDetailsSet.cpp

    r45054 r45287  
    8282    }
    8383
    84     /* Do not build if has no details: */
     84    /* Make sure we have details: */
    8585    if (!m_fHasDetails)
    8686    {
     87        /* Reset last-step number: */
     88        m_iLastStepNumber = -1;
     89        /* Notify parent group we are built: */
    8790        emit sigBuildDone();
    8891        return;
     
    547550void UIGDetailsSet::rebuildSet()
    548551{
     552    /* Make sure we have details: */
     553    if (!m_fHasDetails)
     554        return;
     555
    549556    /* Cleanup build-step: */
    550557    delete m_pBuildStep;
Note: See TracChangeset for help on using the changeset viewer.

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