Changeset 98545 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Feb 13, 2023 10:40:18 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/widgets/graphics/UIGraphicsTextPane.cpp
r98103 r98545 408 408 /* Update tool-tip: */ 409 409 const QString strType = m_strHoveredAnchor.section(',', 0, 0); 410 if (strType == "#attach" )410 if (strType == "#attach" || strType == "#mount") 411 411 setToolTip(m_strHoveredAnchor.section(',', -1)); 412 412 else
Note:
See TracChangeset
for help on using the changeset viewer.