>> 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?
Ah, that's not good. I forgot to update all other setButtonLabel() calls indeed (as it obviously didn't generate compiler errors). Fixing this would be straightforward <=> someone didn't decide to call gui-functions from within the read function... But, I'll fix it nevertheless. > >Jürgen