mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-13 05:17:13 +02:00
file dialogs now show option to show all files, trimbits is possible to open non existing file, copying clones does not get rid of the old plot
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorGui@257 af1100a4-978c-4157-bff7-07162d2ba061
This commit is contained in:
@ -962,32 +962,6 @@ 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();
|
||||
|
||||
}
|
||||
|
||||
|
||||
//-------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
|
||||
void qTabPlot::SetBinary(){
|
||||
//1d
|
||||
if(isOneD){
|
||||
|
Reference in New Issue
Block a user