Changing the Button.Cursor to crHandPoint only shows it at the edge. The pointed shows as the default arrow for the button and not the required hand pointer otherwise.
Do you have more details. I have been unable to reproduce this.
I am experiencing this with Windows 10 / Lazarus 1.6.4
I could indeed see this on Lazarus only and we'll investigate & correct this.
Bruno Fierens2017-07-25 09:52:45
Hi,
We have investigated this here and have been able to reproduce this issue.
You can workaround this by using the following code:
TMSFNCButton1.HTMLText.Cursor := crHandPoint;
TMSFNCButton1.Image.Cursor := crHandPoint;
We'll investigate if we can add a permanent solution for this issue