]> git.lyx.org Git - features.git/commit
When ignoring an update, request one for later
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 3 Oct 2018 13:57:11 +0000 (15:57 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 4 Oct 2018 13:07:12 +0000 (15:07 +0200)
commitba3ff646db52efc8faaa735107c5580eae82b29d
treef203596f1fce2759951c7a17d10b4f042ae106f9
parentea81faa911fc2561a017eb36c3a3d0bbe5b86756
When ignoring an update, request one for later

If we were not ready to paint the screen, this does not mean that we
should give up on repainting, just potpone it.

I thought that it was bad to call update() in the paint event, but I
cannot find reference to this anymore and everything seems to work as
intended.

Fixes part of bug #11323.

(cherry picked from commit 38f09c177b7da08f852e13c9a50fd2e8098b7491)
(cherry picked from commit 2617a4dd501c64048573e2d9c4e6fb9f423a1067)
src/frontends/qt4/GuiWorkArea.cpp
status.23x