]> git.lyx.org Git - features.git/commit
Fix the infinite loop when automatically closing the view after a on_lastWorkAreaRemo...
authorVincent van Ravesteijn <vfr@lyx.org>
Sun, 12 Jul 2009 20:42:14 +0000 (20:42 +0000)
committerVincent van Ravesteijn <vfr@lyx.org>
Sun, 12 Jul 2009 20:42:14 +0000 (20:42 +0000)
commit1bce8f15af13fd2ee9a090bea4ade0e016a406c9
treedfa8950b7b56fb0167fed00e14084de3f96f9186
parente9d19b82d492c1cce34e5c2be453f56bb0e33c30
Fix the infinite loop when automatically closing the view after a on_lastWorkAreaRemoved() signal was received.

In this case, all workareas are closed, but the tabworkarea still exists.

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