10.2025
This commit is contained in:
@@ -5,6 +5,7 @@ import ch.psi.pshell.sequencer.CommandSource;
|
||||
import ch.psi.pshell.sequencer.Sequencer;
|
||||
import ch.psi.pshell.utils.State;
|
||||
import ch.psi.pshell.swing.SwingUtils;
|
||||
import ch.psi.pshell.utils.State.StateException;
|
||||
import java.awt.Component;
|
||||
import java.util.logging.Level;
|
||||
import java.util.logging.Logger;
|
||||
@@ -288,7 +289,7 @@ public class XPEEM_Settings extends Panel {
|
||||
} finally{
|
||||
try {
|
||||
Context.getSequencer().endExecution();
|
||||
} catch (Sequencer.StateException ex) {
|
||||
} catch (StateException ex) {
|
||||
getLogger().log(Level.SEVERE, null, ex);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user