From: Lars Gullik Bjønnes Date: Wed, 16 Aug 2000 09:30:01 +0000 (+0000) Subject: enable processKeySym for 0.88 X-Git-Tag: 1.6.10~22034 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=578e4fa2137aa1cff4cea6c16c27ca5ecf22c1cd;p=features.git enable processKeySym for 0.88 git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@973 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/ChangeLog b/ChangeLog index 6a666ce928..0f0b7c0ba5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2000-08-16 Lars Gullik Bjønnes + + * src/BufferView_pimpl.C (workAreaKeyPress): enable the + processKeySym + + 2000-08-15 Lars Gullik Bjønnes * src/WorkArea.C (work_area_handler): more work to get te diff --git a/src/BufferView_pimpl.C b/src/BufferView_pimpl.C index c7e7d6b641..11970de6f3 100644 --- a/src/BufferView_pimpl.C +++ b/src/BufferView_pimpl.C @@ -516,9 +516,7 @@ int BufferView::Pimpl::scrollDown(long time) void BufferView::Pimpl::workAreaKeyPress(KeySym keysym, unsigned int state) { -#if FL_REVISION > 88 bv_->owner()->getLyXFunc()->processKeySym(keysym, state); -#endif }