]> 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>
Sat, 11 Nov 2017 12:24:08 +0000 (13:24 +0100)
commit4858bb3bb68aac142815b530a017e3776d1c7c11
tree79cfc1e92635dcbffd9ca8c1cd38e1e504844759
parentdd45c674680fc7f4e86bc8faa82dffb6dbff2498
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.
src/Row.cpp
src/Row.h
src/RowPainter.cpp
src/TextMetrics.cpp