]> git.lyx.org Git - lyx.git/commitdiff
buf.diff
authorLars Gullik Bjønnes <larsbj@gullik.org>
Mon, 14 Jan 2002 01:48:58 +0000 (01:48 +0000)
committerLars Gullik Bjønnes <larsbj@gullik.org>
Mon, 14 Jan 2002 01:48:58 +0000 (01:48 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3364 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/ChangeLog
src/insets/insettabular.C

index 004725dce17046a82dbe7f7cc786c91a276210ce..9f204f61aae46faecd8fb2d3db0a227d7c6f5995 100644 (file)
@@ -1,3 +1,7 @@
+2002-01-14  John Levon  <moz@compsoc.man.ac.uk>
+
+       * insettabular.C: return early for the LFUN_*BUF[SEL] funcs too
+
 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
 
        * insetgraphics.C (updateInset): do not try to render image if
index 32b45f29f181b55cd89beda3b5de40721170141f..a7286e6c8d9250c22c1e1ed196ffe8f658daa5b0 100644 (file)
@@ -1069,6 +1069,10 @@ InsetTabular::localDispatch(BufferView * bv, kb_action action,
        case LFUN_HOMESEL:
        case LFUN_END:
        case LFUN_ENDSEL:
+       case LFUN_BEGINNINGBUF:
+       case LFUN_BEGINNINGBUFSEL: 
+       case LFUN_ENDBUF:
+       case LFUN_ENDBUFSEL:
                break;
        case LFUN_LAYOUT_TABULAR:
                bv->owner()->getDialogs()->showTabular(this);