mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-18 20:17:36 +00:00
da590925cd
With RtL text, the method can be non-monotonic wrt x value (which is a Qt bug). To work around this, we check whether positions adjacent to those returned by xToCursor look better. Depending on whether the new x position is too small or too large, we look backward or forward for a better solution. The performance is probably not great, but this is only needed for user interactions, so the performance penalty should not be a problem. Fixes #10569. |
||
---|---|---|
.. | ||
qt4 | ||
tests | ||
.gitignore | ||
alert.h | ||
Application.h | ||
Clipboard.h | ||
CMakeLists.txt | ||
Delegates.h | ||
FontLoader.h | ||
FontMetrics.h | ||
KeyModifier.h | ||
KeySymbol.h | ||
Makefile.am | ||
mouse_state.h | ||
Painter.h | ||
Selection.h | ||
WorkArea.h | ||
WorkAreaManager.cpp | ||
WorkAreaManager.h |