]> git.lyx.org Git - features.git/commit
Fix bug #7314: Workareas not redrawn. This is caused because the current_workarea...
authorVincent van Ravesteijn <vfr@lyx.org>
Sat, 19 Mar 2011 19:20:42 +0000 (19:20 +0000)
committerVincent van Ravesteijn <vfr@lyx.org>
Sat, 19 Mar 2011 19:20:42 +0000 (19:20 +0000)
commit19263a634b442d3d8544a34a2794f57cec8dd499
tree8f66fce2cec0e55ab8c390cce692f19663873878
parentc07bd1ab524f3154ba0b549ac7847a0354caf11e
Fix bug #7314: Workareas not redrawn. This is caused because the current_workarea doesn't get updated anymore while LyX is busy. However, when LyX stops being busy, the current workarea might have changed, and we are missing out on an update.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37969 a592a061-630c-0410-9148-cb99ea01b6c8
src/frontends/qt4/GuiView.cpp