Sfoglia il codice sorgente

Merge branch 'master' of https://git.tk.informatik.tu-darmstadt.de/carlos.garcia/praktikum-holons.git

Kevin Trometer 8 anni fa
parent
commit
662791bf4a
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      src/ui/view/GUI.java

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

@@ -922,9 +922,9 @@ public class GUI<E> implements CategoryListener {
 									((HolonSwitch) getActualCps()).setManualState(bTemp);
 								}
 							}
-						} else if (getActualCps() instanceof HolonObject) {
+						}// else if (getActualCps() instanceof AbstractCpsObject) {
 							getActualCps().setName(temp.toString());
-						}
+						//}
 					} else {
 						temp = tableModelProperties.getValueAt(selValueY, selValueX);
 						btemp = tableModelProperties.getValueAt(mousePos.y / tableProperties.getRowHeight(),