You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Components are retained across projects when the split canvas view is used. An example can be seen below:
How to recreate
Open GUI
Press the View->Split canvas option
Set a component as the active component in one of the views
Open another project (either an existing or a new one)
Press the View->Split canvas option again
See that the component previously set as the active component reappears in this unconnected project
Possible cause
I personally think that this issue is due to the canvas not being re-initialized/properly cleared when a new project is open.
A good solution would be to completely re-initialize this part of the UI when a new project is opened. This is probably best to do AFTER the simulation functionality is merged in (see #82 ), as it was suggested to separate the editor and simulator in two separate scenes/stages (see #121 ).
Having this separation would make it easy to ensure that all the elements of the previous project are removed from memory.
The text was updated successfully, but these errors were encountered:
Components are retained across projects when the split canvas view is used. An example can be seen below:
How to recreate
View->Split canvas
optionView->Split canvas
option againPossible cause
I personally think that this issue is due to the canvas not being re-initialized/properly cleared when a new project is open.
A good solution would be to completely re-initialize this part of the UI when a new project is opened. This is probably best to do AFTER the simulation functionality is merged in (see #82 ), as it was suggested to separate the editor and simulator in two separate scenes/stages (see #121 ).
Having this separation would make it easy to ensure that all the elements of the previous project are removed from memory.
The text was updated successfully, but these errors were encountered: