Faster labels #16

Closed
opened 2019-07-12 16:51:49 +00:00 by flamingcow66 · 1 comment
flamingcow66 commented 2019-07-12 16:51:49 +00:00 (Migrated from github.com)

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.

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.
flamingcow66 commented 2019-07-14 20:05:12 +00:00 (Migrated from github.com)

Actually doing this with Nodes as well, and just letting the layout catch up later.

Actually doing this with Nodes as well, and just letting the layout catch up later.
Sign in to join this conversation.