Zim

Comment 3 for bug 1157289

Revision history for this message
Jaap Karssenberg (jaap.karssenberg) wrote : Re: [Bug 1157289] Re: Mouse cursor disappears on edit

On Wed, Mar 20, 2013 at 5:13 PM, aleko74 <email address hidden> wrote:
> Jaap, attached is the "zim -D" output. I don't see any errors there,
> just one warning, but I don't think it's related. Thanks!

Agreed, that's not related.

Hard to diagnose if there are no errors, not sure what to do about it.

One way to remove the error might be to edit zim/gui/pageview.py and
comment line 3720

  window.set_cursor(cursor)

in the method "update_cursor()".

Commenting this line will make zim not change the cursor at all, so
cursor should remain as is.

Btw. are you sure the change always happens when you start editing? We
only change the cursor when you move over a link or over an image, but
we do nothing to the cursor when you start editing.

Regards,

Jaap