Changeset 83975 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Apr 24, 2020 4:09:17 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/widgets/graphics/UIGraphicsTextPane.cpp
r82968 r83975 391 391 392 392 /* 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()); 394 398 395 399 /* Update text-pane: */
Note:
See TracChangeset
for help on using the changeset viewer.