]> git.lyx.org Git - features.git/commit
Fix bug 4123:
authorAbdelrazak Younes <younes@lyx.org>
Sun, 19 Aug 2007 10:48:16 +0000 (10:48 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Sun, 19 Aug 2007 10:48:16 +0000 (10:48 +0000)
commit8ad113c30aa1f2110325ba6667c8c92e8c97e74d
treea2b7194228e632063390d662fd08d3ff999bd6a8
parentd39896da58e159b82f7711315791bc2543378c80
Fix bug 4123:
http://bugzilla.lyx.org/show_bug.cgi?id=4123

* GuiView:
- closeEvent(): set quitting=true only when quitting. I don't know why and how this was changed but it was clearly wrong.
- update_view_state_qt(): only update when focus is in. Make sure this is the current LyXView.

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