gui sub frame index now shows

This commit is contained in:
2020-07-31 17:26:53 +02:00
parent 5c4d355d57
commit 874092a9d0

View File

@ -813,7 +813,7 @@ void qDrawPlot::GetData(detectorData *data, uint64_t frameIndex,
plotTitlePrefix + QString(data->fileName.c_str()).section('/', -1);
indexTitle = QString("%1").arg(frameIndex);
if ((int)subFrameIndex != -1) {
indexTitle = QString("%1 %2").arg(frameIndex, subFrameIndex);
indexTitle = QString("%1 %2").arg(frameIndex).arg(subFrameIndex);
}
completeImage = data->completeImage;