Angus Leeming wrote: > You mean the label to the button in the LyX view?
Yes. > Try > > void ControlFloat::applyParamsToInset() > { > inset()->placement(params().placement); > + inset()->wide(params().wide); > + lv_.view()->updateInset(inset(), true); > } ControlFloat.C: In method `void ControlFloat::applyParamsToInset()': ControlFloat.C:30: invalid use of undefined type `class BufferView' ../../../src/lyxgluelength.h:23: forward declaration of `class BufferView' make[4]: *** [ControlFloat.lo] Error 1 make[4]: Leaving directory `/home/juergen/lyx-devel/src/frontends/controllers' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/home/juergen/lyx-devel/src/frontends' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/juergen/lyx-devel/src' make[1]: *** [all] Error 2 make[1]: Leaving directory `/home/juergen/lyx-devel/src' make: *** [all-recursive] Error 1 Missing include? > These controllers really need an overhaul. Shouldn't this be done > eventually through LyXFunc::dispatch? I guess you are not asking me ;-) Thanks, Juergen. > Angus