VirtualBox

Changeset 86770 in vbox for trunk


Ignore:
Timestamp:
Oct 30, 2020 12:31:12 PM (4 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:9653: VirtualBox Manager: Chooser pane: Forgot the most important thing in r141163 (missed file).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserModel.cpp

    r86760 r86770  
    181181    /* Update all the old items (they are no longer selected): */
    182182    foreach (UIChooserItem *pItem, oldCurrentItems)
     183    {
     184        pItem->setSelected(false);
    183185        pItem->update();
     186    }
    184187    /* Update all the new items (they are selected now): */
    185188    foreach (UIChooserItem *pItem, m_selectedItems)
     189    {
     190        pItem->setSelected(true);
    186191        pItem->update();
     192    }
    187193
    188194    /* Notify about selection changes: */
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