JetBrains / MPS-extensions

MPS-extensions aims to ease language development within MPS.
https://jetbrains.github.io/MPS-extensions/
Apache License 2.0
80 stars 47 forks source link

Save diagram layout cache in user object #760

Closed alexanderpann closed 5 months ago

alexanderpann commented 5 months ago

With save layout data set to false, some information was lost and for example, some ports were placed incorrectly when the diagram was redrawn. This PR also applies the additional fix from https://github.com/JetBrains/MPS-extensions/pull/761. Maybe we can get rid of this workaround in the future.