Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MouseMove( oMev) isn't called for a FixedText #1680

Open
SUngemach opened this issue Jan 31, 2025 · 0 comments
Open

MouseMove( oMev) isn't called for a FixedText #1680

SUngemach opened this issue Jan 31, 2025 · 0 comments

Comments

@SUngemach
Copy link

The MouseMove callback is never called when the mouse moves over a FixedText

To Reproduce
Steps to reproduce the behavior:

  1. Instantiate a Fixedtext
  2. Write a MouseMove method with some debug code
  3. Show the dialog
  4. Move the mouse over the fixedtext
  5. Check the debug console
  6. Somethig should happen, but it doesn't ;)

Additional context
The modified assembly from Robert on January 30th 25 does the job.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants