On Fri, Mar 10, 2006 at 04:13:47PM +0100, Georg Baum wrote: > Please not if possible. Do you know why math insets return isTextInset() == > true? Maybe this can be changed?
Probably because someone needed math to tell that it has a certain feature. And the old test for this feature was 'isTextInset', so the clever guy decided to let math pose as text inset whereas the proper solution would have been to have a base function (named after the feature) and overload this in text and math. Andre'