VirtualBox

Changeset 100462 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jul 10, 2023 2:25:32 PM (17 months ago)
Author:
vboxsync
Message:

FE/Qt: bugref:10483: VBox Manager / Chooser pane: Do not forget to update manipulated item pointer while falling through group/machine context-menu logic.

File:
1 edited

Legend:

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

    r98103 r100462  
    16851685                            break;
    16861686                        }
     1687                        /* Otherwise we have to find a first child machine-item: */
     1688                        else
     1689                            pItem = qobject_cast<UIChooserItem*>(pGroupItem)->firstMachineItem();
    16871690                    }
    16881691                    RT_FALL_THRU();
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