The MouseMove callback is never called when the mouse moves over a FixedText
To Reproduce
Steps to reproduce the behavior:
- Instantiate a Fixedtext
- Write a MouseMove method with some debug code
- Show the dialog
- Move the mouse over the fixedtext
- Check the debug console
- Somethig should happen, but it doesn't ;)
Additional context
The modified assembly from Robert on January 30th 25 does the job.