ihmcrobotics / simulation-construction-set-2

Graphical user interface for visualizing control variables from either a server, a log file, or a simulation.
Apache License 2.0
13 stars 0 forks source link

Bugfix: prevent multiple for registries with long names. #180

Closed SylvainBertrand closed 4 months ago

SylvainBertrand commented 4 months ago

When a registry with a name that is too long, a new cropped name would be generated for every variable it holds. Fixed this by remembering when a registry gets renamed and recycling the cropped name previously generated.