diff --git a/src/eva2/gui/Plot.java b/src/eva2/gui/Plot.java index d03ceb43..54330e58 100644 --- a/src/eva2/gui/Plot.java +++ b/src/eva2/gui/Plot.java @@ -446,6 +446,7 @@ public class Plot implements PlotInterface, Serializable { */ public void dispose() { m_Frame.dispose(); + m_Frame = null; } // /**