Also sprach Michael Gerz:
> > + // Fall through
> >
>
> Missing "break;" ???
No. See the "Fall through" comment.
Jürgen
Juergen Spitzmueller schrieb:
I'm presently committing the attached patch that disables inset-dissolve
correctly (preventing a crash in an invalid case) and also disables it for
table insets.
Great!
+ case LFUN_CHAR_DELETE_FORWARD:
+ if (!cur.selection() && cur.depth() >
I'm presently committing the attached patch that disables inset-dissolve
correctly (preventing a crash in an invalid case) and also disables it for
table insets.
I have also integrated those changes to my (uncommitted) backport of the
feature to 1.4.
Jürgen
Index: src/insets/insettabular.C
===