]> git.lyx.org Git - features.git/commit
Store change bar information in row element
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Sat, 11 Nov 2017 10:57:39 +0000 (11:57 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 15 Feb 2018 11:29:25 +0000 (12:29 +0100)
commitd2e15bd1893e288f3177dbec15b82b723bfca6a6
tree73046dacd793be70b26a2887011480f8568cccdd
parent4ecbff00192fb097432bc2d0604c6c8d97aa883a
Store change bar information in row element

It is wrong to compute this at paint time. In general, painting a row
should not require any access to a paragraph object, but we are far
from there now.

(cherry picked from commit 4858bb3bb68aac142815b530a017e3776d1c7c11)
src/Row.cpp
src/Row.h
src/RowPainter.cpp
src/TextMetrics.cpp