Procházet zdrojové kódy

Fixing a bug in spell preparation

Sam Jaffe před 8 roky
rodič
revize
1a646632f0

+ 1 - 0
src/main/lombok/org/leumasjaffe/charsheet/view/magic/PrepareSpellsDialog.java

@@ -96,6 +96,7 @@ public class PrepareSpellsDialog extends JPanel {
 
 
 	@Override
 	@Override
 	public void removeNotify() {
 	public void removeNotify() {
+		super.removeNotify();
 		ObserverDispatch.unsubscribeAll(allReady);
 		ObserverDispatch.unsubscribeAll(allReady);
 	}
 	}
 }
 }