On Friday 02 August 2002 11:30 am, Edwin Leuven wrote: > Will this be applied?
One question: why do you store cp_? You don't reset it as far as I can see. Why not just ControlParagraph::ControlParagraph(LyXView & lv, Dialogs & d) : ControlDialogBD(lv, d), pp_(0), ininset_(false) -{} +{ + d_.updateParagraph.connect( + boost::bind(&ControlParagraph::changedParagraph, this)); + +} Angus