]> git.lyx.org Git - features.git/commit
Change getColumnNearX to getPosNearX
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 20 Dec 2013 13:02:31 +0000 (14:02 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 8 Jul 2014 19:10:47 +0000 (21:10 +0200)
commitf686375eecc92a2658425a6bb93ee184c5049ec1
tree246ed2336ba5f8ce80033cbe619b05010d3a4736
parent9ba97a85f06c6f0272d43e61a86cceefbec8fa29
Change getColumnNearX to getPosNearX

The semantics was bad: the old implementation would return pos - row.pos(), and then all user of the function had to re-add row.pos().
00README_STR_METRICS_BRANCH
src/Cursor.cpp
src/Row.cpp
src/TextMetrics.cpp
src/TextMetrics.h
src/frontends/qt4/GuiWorkArea.cpp