Hi
I noticed two problems with Drei text-fields:
* No checking whether a gesture is an activation gesture.
* Value-changed-callback doesn't work. From what I can tell, value-gadget should do this for us but it's handled manually in Goatee.
The attached patch should fix both problems.
/ Thomas Persson
Thomas Persson thomas@spacecentre.se writes:
The attached patch should fix both problems.
Thanks for the patch! I committed a modified version that puts the activation gesture handling in text-editor-gadget.lisp, because I don't want that behavior for standard :drei gadgets.