mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 00:02:03 +02:00
9 lines
204 B
Plaintext
9 lines
204 B
Plaintext
|
|
gtk_toggle_button eats the mouse button after events
|
|
That means on OnMouseUp/OnClick the TCheckBox still has the old 'Checked'.
|
|
OnChange works.
|
|
Delphi code expects "OnClick" after changing "Checked".
|
|
|
|
|
|
|