Changeset 83601 in vbox
- Timestamp:
- Apr 7, 2020 8:22:06 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/monitor/resource/UIResourceMonitor.cpp
r83600 r83601 1118 1118 { 1119 1119 for (int j = 0; j < m_itemList.size(); ++j) 1120 if (m_columnDataMaxLength.value(i, 0) < m_itemList[j].m_columnData[i] )1120 if (m_columnDataMaxLength.value(i, 0) < m_itemList[j].m_columnData[i].length()) 1121 1121 m_columnDataMaxLength[i] = m_itemList[j].m_columnData[i].length(); 1122 1122 }
Note:
See TracChangeset
for help on using the changeset viewer.