Browse Source

Small fix - MultiSelection HolonElement

Edgardo Palza 7 years ago
parent
commit
db6223c250
1 changed files with 4 additions and 4 deletions
  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) {
 
 				}