This commit is contained in:
2026-01-14 16:09:44 +01:00
parent e920126f26
commit 0bb7f200d4

View File

@@ -1,4 +1,4 @@
/*
/*
* Copyright (c) 2014 Paul Scherrer Institute. All rights reserved.
*/
@@ -177,7 +177,7 @@ public class Correlation extends Panel {
checkLinear.setEnabled(state==State.Ready);
checkQuadratic.setEnabled(state==State.Ready);
if ((former==State.Initializing) && (state == State.Ready)){
if ( ((former==null)||(former==State.Initializing)) && (state == State.Ready)){
if (App.hasArgument("start")) {
buttonStartActionPerformed(null);
}