From 2d8ee637dc921c0a07982b5eee7558e41ff8a7e2 Mon Sep 17 00:00:00 2001 From: Dhanya Maliakal Date: Wed, 22 Jul 2015 10:35:26 +0200 Subject: [PATCH] adc update not stopped between acquisition --- slsDetectorGui/src/qDetectorMain.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slsDetectorGui/src/qDetectorMain.cpp b/slsDetectorGui/src/qDetectorMain.cpp index b46fb6532..7777967fc 100644 --- a/slsDetectorGui/src/qDetectorMain.cpp +++ b/slsDetectorGui/src/qDetectorMain.cpp @@ -759,7 +759,7 @@ void qDetectorMain::EnableTabs(){ tab_plot->Refresh(); //stop the adc timer in gotthard - if(tab_developer->isEnabled()) + if(isDeveloper) tab_developer->StopADCTimer(); //set the plot type first(acccss shared memory) tab_plot->SetScanArgument();