Gentlymad-Studios / NewGraph

A general node graph solution centered on data management. This is based on the idea to visualize complex data structures as graph networks without having to modify already established data classes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Graph inspector showing multiselect message depite one node selected

leissler opened this issue · comments

If you select 2 (or more) nodes, the inspector will correctly show a message that multiple nodes are selected.
However, when you deselect all nodes but one, the message is still there, claiming that multiple nodes are selected (the number in the message also doesn't change when deselecting).
The expected behavior is that the inspector shows the node's contents as soon as only one node is selected, even if multiple were selected before.

Fixed in 0.2.4