]> git.lyx.org Git - features.git/commit
Honor Update::SinglePar properly
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 20 Feb 2019 11:01:44 +0000 (12:01 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 18 Jun 2020 12:39:58 +0000 (14:39 +0200)
commitedd203a3603618883c61c022a8e40de1979bbce9
tree110c6e8035d923ff37538225910a7fda4a27d5be
parent829545e416205b55ae68e6818c9e65342086c287
Honor Update::SinglePar properly

The SinglePar update flags has been a no-op for a long time without
naybody noticing. This means that the current paragraph was
always rebroken and redrawn, even when only moving the cursor around.

Now we only do that when Update::SinglePar has been specified. This
means that there may be cases where update will not be correct
anymore, because this flag has not been specified. These places will
have to be found and fixed.

Update PAINTING_ANALYSIS.
development/PAINTING_ANALYSIS
src/BufferView.cpp