Kevin Trometer 8 년 전
부모
커밋
8df091de31
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/ui/view/GUI.java

+ 2 - 0
src/ui/view/GUI.java

@@ -902,10 +902,12 @@ public class GUI<E> implements CategoryListener {
 								for (HolonElement h : ((HolonObject) cps).getElements()) {
 									tempList.add(h);
 									unitGraph.repaintWithNewElement(tempList);
+									unitGraph.fillArrayofValue();
 									tempList.remove(0);
 								}
 							} else if (cps instanceof HolonSwitch) {
 								unitGraph.repaintWithNewSwitch((HolonSwitch) cps);
+								unitGraph.fillArrayofBooleans();
 							}
 						}
 						unitGraph.empty();