Le 11/10/2015 14:56, Guillaume Munch a écrit :
Le 11/10/2015 13:26, Georg Baum a écrit :
commit 359aef92f87169ce2683e287bb24bc3d5f46a190
Author: Georg Baum <b...@lyx.org>
Date: Sun Oct 11 14:21:45 2015 +0200
Fix cursor movement for large logos (#9628)
Previously, if one clicked onto a large non-editable inset like
the new LyX
logo inset, the cursor was always positioned in front of the
inset, even if
the click was almost at the back edge. Now the cursor is
positioned at the
correct edge. I tested this also with RTL contents, where from
means right
and back means left, but the inset anchor position anchor point
is still
at the left, and the right edge is dim.wid pixels to the right of
it.
Excellent. I did some research on it, but editXY is one of the places I
was too shy to modify. I try to break only select places :)
JMarc