Toolbox + Status Bar 'Helper Text'

Well… I know I’ve taken my debugging skills to another level… I had to look through the commit history to see when the issue popped up and TA DA… the Oct 26 2025 build where the commit was for setting the default angles for the Arc and Ellipse to 0 & 360 angles and guess what that reates to?

Yup… in the normalise angle routine where 360 = 0 and we can’t have 0 & 0 for the angles.

Since the dialog is producing an error when evaluating the anlges, it clears the status message. I already started looking at fixing the normalise routine, but it’s proving trickier than expected. What else is new. :roll_eyes:

4 Likes