We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 437da37 commit 4ed687cCopy full SHA for 4ed687c
YUViewLib/src/statistics/StatisticsData.cpp
@@ -202,9 +202,6 @@ QStringPairList StatisticsData::getValuesAt(const QPoint &pos) const
202
203
for (auto it = this->statsTypes.rbegin(); it != this->statsTypes.rend(); it++)
204
{
205
- if (!it->gridOptions.render)
206
- continue;
207
-
208
if (it->typeID == INT_INVALID || this->frameCache.count(it->typeID) == 0)
209
// no active statistics data
210
continue;
0 commit comments