Slider problems on macOS

I noticed when using the slider, the knob is clipped.
This seems to happen with 12.5 (and the latest beta of 13). Not sure if this was the case with previous macOS version.

BTW I used dark mode. But it also happen in light mode. Just to show it better.

Is this a know issue?

Found an old thread about this. So it is a very old bug. Needs a fix for sure.

Here is fix:
Put this in the Open/Opening event.

Declare Sub sizeToFit Lib “AppKit” Selector “sizeToFit” ( obj as Ptr )
sizeToFit(me.Handle)

They said it was fixed in here: https://xojo.com/issue/64101

Regression?

So it seems. I have added a comment to re-open that case.

BTW also checked with the latest 2022R3 beta. Same problem.

1 Like