When we change the node that is being edited, it is not enough to rebuild the graph and the name edit label, but also the save button label. It would be simpler to just rebuild the whole GUI, since in future there may be other buttons and widgets that have to be updated.
This is now improved with the HypernodeEditor>>#buildEditor method, but for some reason the save button's label is still not updating!
When we change the node that is being edited, it is not enough to rebuild the graph and the name edit label, but also the save button label. It would be simpler to just rebuild the whole GUI, since in future there may be other buttons and widgets that have to be updated.
This is now improved with the
HypernodeEditor>>#buildEditor
method, but for some reason the save button's label is still not updating!