You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: