Fixed typo from a previous refactor.
This commit is contained in:
parent
a65b8ff0f5
commit
4a5c0ca889
@ -178,7 +178,7 @@ public class ArbolController implements Initializable {
|
||||
*/
|
||||
/*private void generarGrafico() {
|
||||
grafico.removerDestacar();
|
||||
GrafoNodo node = contenidoArbol.getChildren().get(0);
|
||||
ArbolNodo node = contenidoArbol.getChildren().get(0);
|
||||
contenidoArbol.getChildren().clear();
|
||||
contenidoArbol.getChildren().add(0, node);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user