lazarus/lcl/interfaces/gtk2/TODOS
2005-02-21 20:15:28 +00:00

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".