Re: [PATCH] fix getStatus of inset-dissolve

2006-09-03 Thread Juergen Spitzmueller
Also sprach Michael Gerz: > > + // Fall through > >   > > Missing "break;" ??? No. See the "Fall through" comment. Jürgen

Re: [PATCH] fix getStatus of inset-dissolve

2006-09-03 Thread Michael Gerz
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() >

[PATCH] fix getStatus of inset-dissolve

2006-09-03 Thread Juergen Spitzmueller
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 ===