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
The problem occurs when making a measurement or picking/selecting elements and the green bubbles are displayed. When I then hide the component via the eye button, those bubbles are still there, along with the measurements.
Before hiding:
After hiding:
Expected behaviour:
I would expect that selection bubbles would be hidden together with the component. Regarding the measurements I can see that it might make sense to keep them displayed, but I don't see the point of keeping the selection bubbles.
Suggestion:
In the structure-components.ts one could override the setVisibility() method like this:
The problem occurs when making a measurement or picking/selecting elements and the green bubbles are displayed. When I then hide the component via the eye button, those bubbles are still there, along with the measurements.
Before hiding:
After hiding:
Expected behaviour:
I would expect that selection bubbles would be hidden together with the component. Regarding the measurements I can see that it might make sense to keep them displayed, but I don't see the point of keeping the selection bubbles.
Suggestion:
In the
structure-components.ts
one could override the setVisibility() method like this:If you agree, then I can create a merge request for this.
The text was updated successfully, but these errors were encountered: