On Wednesday 23 October 2002 12:39 pm, Rob Lahaye wrote: > >>You mean: remove the "false" in the FormAboutlyx.C, and > >> repair the resize/gravity for the browsers? > > > > Yes. Or at least have a go. I couldn't get the browsers to > > resize, which may be an xforms bug or may be my > > incompetance. > > I don't see any difference with the behaviour some time ago: > removing "false" could resize the main dialog, but not the tab > items inside the dialog. My guess: Xforms bug. So better leave > the "false" in place until it's fixed.
Oh well... > -------------------------------- > > I have a few polishing issues to Xforms files you applied > earlier today. Patch attached. ChangeLog: > > 2001-09-08 Rob Lahaye <[EMAIL PROTECTED]> > > * FeedbackController.C: separate width as an "int const"; Seems a little excessive, as it's used only once... > use proper default label color (FL_LCOL, instead of FL_BLACK). > * FormBibtex.C: remove two redundant header files. Good. > * xforms_helpers.h: add "bool isActive(FL_OBJECT * ob);", > which is already defined in xforms_helpers.C. It's also in xforms_helpers.h already. $ grep -n isActive xforms_helpers.h 36:bool isActive(FL_OBJECT * ob); Angus
