VirtualBox

Ignore:
Timestamp:
Jan 2, 2024 4:15:26 PM (12 months ago)
Author:
vboxsync
Message:

FE/Qt: UIVirtualBoxManager: Fixing missing tool window cleanup on switching to embedded machine tool via hamburger menu; It's in sltHandleMachineToolTypeChange and should be done similar to sltHandleGlobalToolTypeChange.

File:
1 edited

Legend:

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

    r102732 r102744  
    949949    updateActionsVisibility();
    950950    updateActionsAppearance();
     951
     952    /* Make sure separate dialog closed when corresponding tool opened: */
     953    switch (m_pWidget->toolsTypeMachine())
     954    {
     955        case UIToolType_Logs:
     956            sltCloseManagerWindow(m_pWidget->toolsTypeMachine());
     957            break;
     958        default:
     959            break;
     960    }
    951961}
    952962
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