- Timestamp:
- Feb 3, 2025 5:36:18 PM (3 months ago)
- svn:sync-xref-src-repo-rev:
- 167309
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/manager/tools/UIToolsItem.cpp
r108035 r108036 865 865 const int iNameY = (iFullHeight - m_nameSize.height()) / 2; 866 866 /* Paint name (always for popup mode, if requested otherwise): */ 867 if ( model()->tools()->isPopup() 868 || model()->showItemNames()) 867 if (model()->tools()->isPopup()) 869 868 paintText(/* Painter: */ 870 869 pPainter,
Note:
See TracChangeset
for help on using the changeset viewer.