VirtualBox

Changeset 108041 in vbox


Ignore:
Timestamp:
Feb 3, 2025 5:54:22 PM (3 weeks ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
167315
Message:

FE/Qt: bugref:10814: VBox Manager / Tools pane: Don't show tool-tips when text is visible on name-plates.

File:
1 edited

Legend:

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

    r108039 r108041  
    348348
    349349        /* Show tooltip at the right of item for widget mode: */
    350         if (!model()->tools()->isPopup())
     350        if (   !model()->tools()->isPopup()
     351            && !model()->showItemNames())
    351352        {
    352353            const QPointF posAtScene = mapToScene(rect().topRight() + QPoint(3, -3));
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