소스 검색

Fixing a bug in spell preparation

Sam Jaffe 8 년 전
부모
커밋
bd7ac4ab80
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/main/lombok/org/leumasjaffe/charsheet/view/magic/PrepareSpellsDialog.java

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

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