On Sun, Mar 28, 2004 at 08:27:18PM +0200, Alfredo Braunstein wrote: > This is bunch of unsorted fixes mostly to C&P crashes. > > + add InsetText::insetAllowed with default to true (the main text is an > InsetText). Would this produce any undesired side-effect?
Not really. In fact, I'd drop insetAllowed at some point of time and rather 'allow' any kind of inset nesting but render/export 'illegal' combinations in some special way ('Inset type foo not allowed here'). This would retain all the insets' properties and stuff would not be silently swallowed, i.e. the inset is 'back' as soon as it is moved to a suitable place. > This solves the problem of insets silently dissapearing on > paragraph break Well spotted. Andre'