On 12/04/2012 09:34 PM, Pekka Vuorela wrote: > On 04.12.2012 00:10, Jan Arne Petersen wrote: >> + [...] >> + >> + if (state == WL_POINTER_BUTTON_STATE_PRESSED) >> + text_model_invoke_action(entry->model, >> + button, >> + cursor - entry->cursor); >> + > > Click would be mouse release, no? That's usually when actions are done > (though normally not for moving cursor).
Yes, invoke_action should be called on release. I will fix it. Thanks Jan Arne -- Jan Arne Petersen Openismus GmbH http://www.openismus.com _______________________________________________ wayland-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/wayland-devel
