]> git.lyx.org Git - features.git/commit
Remove row crc computation
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Sat, 11 Nov 2017 11:40:39 +0000 (12:40 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Sat, 11 Nov 2017 12:24:08 +0000 (13:24 +0100)
commit9e2da4a3eac83f46ab184ea8d674f84643814017
treee566067087d095aa3a3e63868bf96a5a45ea48ae
parent4858bb3bb68aac142815b530a017e3776d1c7c11
Remove row crc computation

This computation did not make sense anymore since we began to put the
contents in the Row object. The fact that it worked was a coincidence.

Instead, we set rows as changed() on creation and reset that once they
have been drawn. This will allow in the future for a finer definition
of what to redraw or not.

Also update the PAINTING_ANALYSIS document
development/PAINTING_ANALYSIS
src/ParagraphMetrics.cpp
src/ParagraphMetrics.h
src/Row.cpp
src/Row.h
src/TextMetrics.cpp