mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-13 05:17:13 +02:00
bug fix: after cloning, signals still ocnnected
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorGui@195 af1100a4-978c-4157-bff7-07162d2ba061
This commit is contained in:
@ -877,4 +877,30 @@ void qTabPlot::Refresh(){
|
||||
}
|
||||
|
||||
|
||||
//-------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
|
||||
void qTabPlot::UpdateAfterCloning(){
|
||||
#ifdef VERBOSE
|
||||
cout << endl << "**Updating Plot After Cloning" << endl;
|
||||
#endif
|
||||
EnableRange();
|
||||
EnableTitles();
|
||||
myPlot->UpdateAfterCloning(
|
||||
chkPoints->isChecked(),
|
||||
chk1DLog->isChecked(),
|
||||
chkInterpolate->isChecked(),
|
||||
chkContour->isChecked(),
|
||||
chkLogz->isChecked());
|
||||
|
||||
//1d
|
||||
if(isOneD)
|
||||
EnablePersistency(chkSuperimpose->isChecked());
|
||||
//2d
|
||||
else
|
||||
EnableZRange();
|
||||
|
||||
}
|
||||
|
||||
|
||||
//-------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user