]> git.lyx.org Git - features.git/commit
Fix logic error for spacing of RTL rows
authorJean-Marc <lasgouttes@lyx.org>
Thu, 24 Jul 2014 22:10:10 +0000 (00:10 +0200)
committerJean-Marc <lasgouttes@lyx.org>
Fri, 25 Jul 2014 17:59:37 +0000 (19:59 +0200)
commit6ee39ff90a2fe1f2b846ba71bbf8feb2bcdd58aa
tree866c288f494f739e2ba3252a65c843ac5eadb9e7
parent3599285019a0809c5cea3b899da0e08a54bb0a29
Fix logic error for spacing of RTL rows

The code referred to vpos (the visible position) instead of pos, the logical one.
This can lead to using the wrong font when computing spaces width.
src/rowpainter.cpp