mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-13 05:17:13 +02:00
lets gui know if old plot
This commit is contained in:
@ -1258,6 +1258,8 @@ int qDrawPlot::MeasurementFinished(int currentMeasurementIndex, int fileIndex){
|
||||
#endif
|
||||
emit SetCurrentMeasurementSignal(currentMeasurement);
|
||||
SetupMeasurement();
|
||||
if((myDet->setReceiverOnline()==slsDetectorDefs::ONLINE_FLAG) && (myDet->getFramesCaughtByReceiver() == 0))
|
||||
boxPlot->setTitle("OLD_plot.raw");
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user