Elazar Leibovich wrote:
There's a slight bug with cursor drawing code in Hebrew paragraphs. When thecursor is logically before a math inset, it appears visually after it. Can you give me a hint where the cursor drawing code is? I searched rowpaint.cpp, and grep'd for cursordraw/paint but no luck so far. Any hint.
The cursor position is retrieved in WorkArea::showCursor() and the actual painting is done in qt4/GuiWorkArea.cpp (in the Cursor class).
Abdel.