When activating some tools, such as geometry editor, grafts are partially disconnected.
I can check if a graft is in this state by checking DzFigure::willGraftInDraw(), but is there a signal I can connect to that will notify me when this happens (either Figure specific or App in general)?
DzNode::drawnDataChanged() appears to occur at this time, but it occurs for too many other events as well...