On Sunday 19 May 2002 2:43 pm, Edwin Leuven wrote: > I had a go at reworking the paragraph dialog to MVC. I attach what I have > now. It seems to work, but perhaps someone (Angus?) could have a look at it > so that it may go in after 1.2. > > Thanks, Ed.
Ed, why have you given the controller all these set/get methods? Wouldn't it have been easier to just provide ParagraphParameters & ControlParagraph::params() { lyx::Assert(pp_.get()); return *pp_; } Or am I mising something? Angus