mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-12 12:57:13 +02:00
getting back to basics in zooming, using a flag to check for angle error
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorGui@246 af1100a4-978c-4157-bff7-07162d2ba061
This commit is contained in:
@ -732,6 +732,18 @@ void qDetectorMain::EnableTabs(){
|
||||
|
||||
//moved to here, so that its all in order, instead of signals and different threads
|
||||
if(!enable) {
|
||||
//refresh all the required tabs
|
||||
tab_actions->Refresh();
|
||||
tab_measurement->Refresh();
|
||||
|
||||
tab_settings->Refresh();
|
||||
tab_dataoutput->Refresh();
|
||||
if(tab_advanced->isEnabled()) tab_advanced->Refresh();
|
||||
if(tab_debugging->isEnabled()) tab_debugging->Refresh();
|
||||
if(tab_developer->isEnabled()) tab_developer->Refresh();
|
||||
|
||||
tab_plot->Refresh();
|
||||
|
||||
//stop the adc timer in gotthard
|
||||
if(tab_developer->isEnabled())
|
||||
tab_developer->StopADCTimer();
|
||||
|
Reference in New Issue
Block a user