mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-26 08:10:02 +02:00
does not refresh measurement tab upon clicking start
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorGui@260 af1100a4-978c-4157-bff7-07162d2ba061
This commit is contained in:
parent
7ebd1643ee
commit
69524e61f4
@ -742,7 +742,9 @@ void qDetectorMain::EnableTabs(){
|
||||
if(!enable) {
|
||||
//refresh all the required tabs
|
||||
tab_actions->Refresh();// angular, positions,
|
||||
tab_measurement->Refresh();
|
||||
|
||||
//too slow to refresh
|
||||
/*tab_measurement->Refresh();*/
|
||||
|
||||
tab_settings->Refresh();
|
||||
tab_dataoutput->Refresh();
|
||||
@ -791,17 +793,17 @@ int qDetectorMain::StartStopAcquisitionFromClient(bool start){
|
||||
if (tab_measurement->GetStartStatus() != start){
|
||||
if(start){
|
||||
if(!myPlot->isRunning()){
|
||||
//refresh all the required tabs
|
||||
tab_actions->Refresh();
|
||||
tab_measurement->Refresh();
|
||||
|
||||
//refresh all the required tabs - all these are done in button click anyway
|
||||
/* tab_actions->Refresh();
|
||||
//too slow to 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();
|
||||
tab_plot->Refresh();*/
|
||||
}
|
||||
}
|
||||
//click start/stop
|
||||
|
Loading…
x
Reference in New Issue
Block a user