Changeset 88749 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Apr 28, 2021 2:55:42 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 144075
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/activity/vmactivity/UIVMActivityMonitor.cpp
r88748 r88749 685 685 { 686 686 bool fSearchMax = false; 687 /* Check if the dequeued value is the Max value. In which case we will scan and find a new Max: */ 687 688 if (m_fAutoUpdateMaximum && m_data[iDataSeriesIndex].head() >= m_iMaximum) 688 689 fSearchMax = true;
Note:
See TracChangeset
for help on using the changeset viewer.