lazarus/lcl/interfaces/gtk2/TODOS.txt
mattias d65e91dcdd added .txt extension
git-svn-id: trunk@15833 -
2008-07-22 09:44:38 +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".