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

fpGUI applications freeze on Windows (and possibly other platforms) #127

Open
deanm73 opened this issue Jun 8, 2023 · 0 comments
Open

Comments

@deanm73
Copy link

deanm73 commented Jun 8, 2023

When mouse enters fpGUI application, the application can enter endless loop of processing the paint messages.
The issues can be fixed by adding line "FInvalidated:=True;" in procedure TfpgWidget.MsgPaint at line 1577 before "for i := 0 to ComponentCount-1 do" in src/corelib/fpg_widget.pas.
This might also resolve issue #111.

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

No branches or pull requests

1 participant