On Thursday 14 November 2002 3:36 pm, Darren Freeman wrote: > Dear list, > > When spellchecking, a double click of the desired suggestion replaces > the word and moves to the next possible error, as it should. But the > text in the dialogue doesn't update, it still refers to the previous > error.
I don't see this. On Thursday 14 November 2002 3:36 pm, Darren Freeman wrote: > Dear list, > > the spelchecker status bar is still corrupted. Attached is a screenshot > at 100%. When I looked at it glosely in GIMP I realised that the weird > characters are actually two copies of 100% on top of each other, one > normal size and a second much smaller over the % sign of the first. > > Hope it helps, > Darren Does this fix it? Angus
Index: src/frontends/xforms/FormSpellchecker.C =================================================================== RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/frontends/xforms/FormSpellchecker.C,v retrieving revision 1.26 diff -u -p -r1.26 FormSpellchecker.C --- src/frontends/xforms/FormSpellchecker.C 4 Nov 2002 14:51:30 -0000 1.26 +++ src/frontends/xforms/FormSpellchecker.C 14 Nov 2002 16:03:23 -0000 @@ -191,13 +191,13 @@ void FormSpellchecker::partialUpdate(int break; case 2: // end of spell checking - // reset dialog and buttons into start condition + // Set the progress bar input(0, 0); - // set slider 'finished' status - fl_set_slider_bounds(dialog_->slider_progress, 0.0, controller().getCount()); - fl_set_slider_value(dialog_->slider_progress, controller().getCount()); - fl_set_object_label(dialog_->slider_progress, "100 %"); +// // set slider 'finished' status +// fl_set_slider_bounds(dialog_->slider_progress, 0.0, controller().getCount()); +// fl_set_slider_value(dialog_->slider_progress, controller().getCount()); +// fl_set_object_label(dialog_->slider_progress, "100 %"); break; }
