On 29/10/2008 15:58, Stefan Schimanski wrote:
>> I noticed that we call those notifies handler twice if you click
>> with the mouse into some math. I will investigate that, but it
>> should not matter for your problem.
>
> Could you send a svn patch please?
I don't use svn, but git with git-svn. If you tell me how to create a
"svn patch"...
http://wiki.lyx.org/Devel/Git#toc7
Pavel says:
To get the patch set, say of three last commits:
| git-format-patch -3 --stdout
I can't apply with svn because there is no a/ and b/ tree here...
Here is the patch which also fixes the duplicated notification.
Basically the notifyCursorLeavesOrEnters function should only be
called in the dispatch handlers after the lfuns has been dispatched.
The patch looks good at first glance.
Abdel.