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
When you have a line element, you can add waypoints. Selecting the line and right-click shows 'Clear Waypoints' in the menu.
When selecting multiple lines with waypoints then this menu entry is not available so I have to resort to selecting each line individually to clear the waypoints.
To implement the feature
selecting multiple lines of which one or more have waypoints, show the 'Clear Waypoints' entry and when clicked, clear the waypoints for those lines that have waypoints. It should not matter if some of the selected lines don't have waypoints, they should be ignored.
The text was updated successfully, but these errors were encountered:
That works perfectly for what I want to do. I would still hold on to the request to make it accessible in the context menu because that is where you find the feature for a single line so a user (like me) may intuitively search for it in the same place when having multiple lines selected. Other common features are available in the context menu when you select similar objects.
This is purely a productivity request.
When you have a line element, you can add waypoints. Selecting the line and right-click shows 'Clear Waypoints' in the menu.
When selecting multiple lines with waypoints then this menu entry is not available so I have to resort to selecting each line individually to clear the waypoints.
To implement the feature
The text was updated successfully, but these errors were encountered: