Skip to content

Commit 4ed687c

Browse files
Don't check rendering of grid. What does this have to do with anything?
1 parent 437da37 commit 4ed687c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

YUViewLib/src/statistics/StatisticsData.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -202,9 +202,6 @@ QStringPairList StatisticsData::getValuesAt(const QPoint &pos) const
202202

203203
for (auto it = this->statsTypes.rbegin(); it != this->statsTypes.rend(); it++)
204204
{
205-
if (!it->gridOptions.render)
206-
continue;
207-
208205
if (it->typeID == INT_INVALID || this->frameCache.count(it->typeID) == 0)
209206
// no active statistics data
210207
continue;

0 commit comments

Comments
 (0)