mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-08 18:19:42 +00:00
buf.diff
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3364 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
bbb3412f1e
commit
4a0060a2ab
@ -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
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user