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
Diagram sidebar can overlap with the diagram. The last time I looked into this, I remember that it caused unusual animations if we trivially limit the widget's width by the sidebar width (which we know).
The text was updated successfully, but these errors were encountered:
The sidebar overlapping the diagram is an intended feature, so that e.g. opening and closing it won't resize the diagram all the time. I can think of an option to have the usual scaling be limited so that its does not end up below the sidebar, if wanted.
What kind of unusual animations are you talking about?
The proxies are limited and even put visibly next to a opened sidebar, see here.
I think it would be enough that the sidebar does not overlap the diagram in the collapsed state.
I think the problem was that the diagram was always resizing the full window and shortly after that resized to the actual available space.
Diagram sidebar can overlap with the diagram. The last time I looked into this, I remember that it caused unusual animations if we trivially limit the widget's width by the sidebar width (which we know).
The text was updated successfully, but these errors were encountered: