]> git.lyx.org Git - features.git/commit
Fixup 4e9084b3e4
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 29 May 2018 13:00:04 +0000 (15:00 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 29 May 2018 13:00:04 +0000 (15:00 +0200)
commit6bcc7d6e42a53979b5c002ea445cf1e32006571e
tree1a4ecb3efdbbb90602c948e6d8fed1dcd554aa9c
parent5c3900344a21c094be88b890ea931f1635523563
Fixup 4e9084b3e4

The reordering of the code was incorrect. The code calling Change::paintCue()
has to come last, since it depends on the change_drawn value.

Spotted by coverity.
src/insets/InsetText.cpp