Pavel Sanda wrote: > ert no more displays the text inside when collapsed. this must have > changed in last few days. i dont have time to inspect more atm.
I think the cause is the fix to bug 4346. Now, InsetERT and others have setButtonLabel(BufferView const & bv), but InsetCollapsable still calls setButtonLabel() (without argument). I guess InsetERT's own method does not get triggered when it should. Vincent? Jürgen
