Faster labels #16
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
For global, group, and link labels, copy in their current value from the corresponding editor object in the Grid draw code. Also directly update the grid objects on editor object update. Only do this if both are non-empty. This should make label updates instant except during the transition from blank to content or back.
Node labels must still go through the render pipeline, since they affect layout.
Actually doing this with Nodes as well, and just letting the layout catch up later.