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
I observed a behaviour in my application I did not observe before.
When I move a dockable the DockableInit and DockableAdd events are raised.
Background: In my app I react on DockableAdded and Removed adding/removing dockable info in a list. I found this out as those elements where added everytime I moved the tool. This did not happen before.
Additionally, I see that the DockLayout which I store in a json on closing the tool, each time I move a dockable, an additional ProportionalDock is created which leads to a new nesting everytime. This makes the layout json larger and larger.
Hi,
I observed a behaviour in my application I did not observe before.
Background: In my app I react on DockableAdded and Removed adding/removing dockable info in a list. I found this out as those elements where added everytime I moved the tool. This did not happen before.
Sample code, logs and layout json:
Logs and Layout json after adding a Dock (good case, I guess):
Moving FullTemplateTool. Logs and LayoutJson:
The text was updated successfully, but these errors were encountered: