1399 if (!GLWindow->nRoi)
1401 if (GLWindow->selectedPixel == -1)
1404 str <<
" Current Pixel val.: --";
1405 currentPixelValue->setText(QString(str.str().c_str()));
1409 int mapping = GLWindow->hardwareMapping[GLWindow->selectedPixel];
1410 const int idx = GLWindow->nRoi*mapping + GLWindow->whichSlice;
1413 str <<
"Current Pixel val.: " << GLWindow->eventData[idx];
1414 currentPixelValue->setText(QString(str.str().c_str()));