VirtualBox

Changeset 23581 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Oct 6, 2009 11:23:18 AM (15 years ago)
Author:
vboxsync
Message:

FE/Qt4: Storage Settings UI: Set the first controller as current if present after loading+opening settings.

File:
1 edited

Legend:

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

    r23580 r23581  
    17251725        }
    17261726    }
     1727
     1728    /* Set the first controller as current if present */
     1729    if (mStorageModel->rowCount (mStorageModel->root()) > 0)
     1730        mTwStorageTree->setCurrentIndex (mStorageModel->index (0, 0, mStorageModel->root()));
    17271731}
    17281732
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