]> git.lyx.org Git - features.git/commit
Try to fix bug #10989.
authorRichard Kimberly Heck <rikiheck@lyx.org>
Thu, 26 Apr 2018 03:46:13 +0000 (23:46 -0400)
committerRichard Kimberly Heck <rikiheck@lyx.org>
Thu, 26 Apr 2018 03:46:13 +0000 (23:46 -0400)
commit19e6977b5b527ec8311da35d8f0a40d6fd509080
tree93a7ffc5231a866e401d5eb51c9e9973931f192b
parent4e8730b57e9807c9df9350200b444ba5819c1b28
Try to fix bug #10989.

The problem is that popping dialogs during reload can cause paint
events for which we are not ready. If this does not work, then we
can introduce a new flag, besides 'busy', for that case. But busy
does not seem to be used very widely, so hopefully this works.
src/frontends/qt4/GuiWorkArea.cpp