- Timestamp:
- Oct 30, 2020 12:31:12 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserModel.cpp
r86760 r86770 181 181 /* Update all the old items (they are no longer selected): */ 182 182 foreach (UIChooserItem *pItem, oldCurrentItems) 183 { 184 pItem->setSelected(false); 183 185 pItem->update(); 186 } 184 187 /* Update all the new items (they are selected now): */ 185 188 foreach (UIChooserItem *pItem, m_selectedItems) 189 { 190 pItem->setSelected(true); 186 191 pItem->update(); 192 } 187 193 188 194 /* Notify about selection changes: */
Note:
See TracChangeset
for help on using the changeset viewer.

