I seem to have discovered a minor issue - as graphically displayed below.
When selecting some (2) of the tools in ‘Toolbox’, the accompanying ‘Help Text’ is not displayed on the status bar on the lower left window frame. That is, this text flashes ‘On’ then vanishes after less than a second.
I have checked on the other tools, but find no other instances of this effect.
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.