]> git.lyx.org Git - features.git/commit
Fix again ticket #1720. This got broken during frontend reorganization.
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 14 Jul 2009 11:36:08 +0000 (11:36 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 14 Jul 2009 11:36:08 +0000 (11:36 +0000)
commitb05a94c3dd7cf276e531f22f20ec47e791b46fc0
treef6387fe98ab35dd82367e5aee2a8c19678ec6d46
parent4dde959e6c7dc6e1b4dfacd4f5d8859e7475bfb5
Fix again ticket #1720. This got broken during frontend reorganization.

The situation now is almost good, although preference and about LyX are now disabled.

I moved the code that sets buffer to 0 to LyXFunc::getStatus, where it belongs.
I also set lyx_view_ to 0 when the window does not have focus.

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