On 11/22/2010 01:50 AM, Pavel Sanda wrote:
hi,

by accident i successfully reproduced quite horrible problem of unsynced visual
cursor position and the actual position of typing, so this is no more MacOS
thing only. the key point was to switch to dejavu fonts in linux.

http://www.lyx.org/trac/ticket/6920

Try this:


Index: src/rowpainter.cpp
===================================================================
--- src/rowpainter.cpp    (revision 36426)
+++ src/rowpainter.cpp    (working copy)
@@ -265,6 +265,9 @@
             break;
         }

+        if (c == 'i' && prev_char == 'f')
+            break;
+
         if (!isPrintableNonspace(c))
             break;


Reply via email to