Pushbutton (ButtonStyle=Help) is not shown correctly on Win + Mac

I would like to bring up Issue (https://xojo.com/issue/32370)]32370 back in mind. Pushbutton with ButtonStyle = Help is not shown correctly. It started with offset button in windows first, and now is not drawn correctly on Macs too (blue text behind caption text). Sample Project is added and it is reviewed for at least a year.

[quote=165451:@Tomas Jakobs]I would like to bring up Issue (https://xojo.com/issue/32370)]32370 back in mind. Pushbutton with ButtonStyle = Help is not shown correctly. It started with offset button in windows first, and now is not drawn correctly on Macs too (blue text behind caption text). Sample Project is added and it is reviewed for at least a year.

[/quote]

Why do you add “?” as caption ? If you leave caption empty, it just looks fine.

really? In windows too? I willl check this out…

The buttonstyle is Mac OS X only. http://documentation.xojo.com/index.php/PushButton.ButtonStyle

In Windows, you can emulate that with a transparent label laid over a 22x22 Oval with a ? caption text size 20, bold and blue TextColor. Use the label MouseDown as Action event.

Alternatively, use a Canvas.