Martin, you have (accidentally?) reverted my rowpainter fix belonging to the fix of bug 2185 in trunk (with your "speed up inside insets" patch). I gonna commit the attached fix again.
Jürgen
Index: src/rowpainter.C =================================================================== --- src/rowpainter.C (Revision 13417) +++ src/rowpainter.C (Arbeitskopie) @@ -753,7 +753,7 @@ bool CursorOnRow(PainterInfo & pi, pit_t if (sl.text() == &text && sl.pit() == pit && sl.pos() >= rit->pos() - && sl.pos() < rit->endpos()) + && sl.pos() <= rit->endpos()) return true; } return false;