VirtualBox

Changeset 83975 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Apr 24, 2020 4:09:17 PM (5 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:7720: UIGraphicsTextPane: Make sure only #attach details introduced via tool-tip, others are too excessive.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/widgets/graphics/UIGraphicsTextPane.cpp

    r82968 r83975  
    391391
    392392    /* Update tool-tip: */
    393     setToolTip(m_strHoveredAnchor.section(',', -1));
     393    const QString strType = m_strHoveredAnchor.section(',', 0, 0);
     394    if (strType == "#attach")
     395        setToolTip(m_strHoveredAnchor.section(',', -1));
     396    else
     397        setToolTip(QString());
    394398
    395399    /* Update text-pane: */
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