]> git.lyx.org Git - features.git/commit
Recompute Paragraph::beginOfBody() earlier
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 21 Jul 2016 08:21:45 +0000 (10:21 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 21 Jul 2016 08:21:45 +0000 (10:21 +0200)
commit71374b38c26585dc060e923452f2dd873ef00f15
tree0c1981887217ba596ac39a9318ac4638ab461829
parentb9c759416731da59fcb9b41446e7206f7db90c37
Recompute Paragraph::beginOfBody() earlier

In redoParagraph, this should be done before coping with the insets,
other wise some graphic gliches may occur. This is a better fix for

Fixes bug #10163.
src/TextMetrics.cpp