ソースを参照

Small fix - MultiSelection HolonElement

Edgardo Palza 7 年 前
コミット
db6223c250
1 ファイル変更4 行追加4 行削除
  1. 4 4
      src/ui/view/GUI.java

+ 4 - 4
src/ui/view/GUI.java

@@ -827,12 +827,12 @@ public class GUI<E> implements CategoryListener {
 									eleTemp.setAmount(iTemp);
 								}
 							}
-							refreshTableProperties();
-							tableModelHolonElementSingle.fireTableDataChanged();
-							controller.calculateStateForTimeStep(model.getCurIteration());
-							unitGraph.repaint();
 						}
 					}
+					refreshTableProperties();
+					tableModelHolonElementSingle.fireTableDataChanged();
+					controller.calculateStateForTimeStep(model.getCurIteration());
+					unitGraph.repaint();
 				} catch (Exception e) {
 
 				}