X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Ffrontends%2Fxforms%2FFormParagraph.C;h=dd5c4bb3151dffefeb08cf3fbbb08a50fb836d95;hb=82a83d7ae6eee25e1182c713a726b17037844ffb;hp=6b35359289d9af8c19fc118025534e20ac50f8c1;hpb=7cbe56d12ec3a8dcb0a14758866ae68daa39b6e8;p=lyx.git diff --git a/src/frontends/xforms/FormParagraph.C b/src/frontends/xforms/FormParagraph.C index 6b35359289..dd5c4bb315 100644 --- a/src/frontends/xforms/FormParagraph.C +++ b/src/frontends/xforms/FormParagraph.C @@ -78,9 +78,9 @@ void FormParagraph::changedParagraph() Paragraph const * const p = getCurrentParagraph(); if (p == 0 || p == par_) return; -#ifdef WITH_WARNINGS -#warning Please someone of you GUII people have a look at this! -#endif + + // OBS FIX LOOK HERE + // shouldn't we chage the par_ pointer too? // anyway for me the below function does just nothing! // (Jug 20020108) @@ -126,9 +126,13 @@ void FormParagraph::build() fl_set_input_return(dialog_->input_linespacing, FL_RETURN_CHANGED); fl_set_input_filter(dialog_->input_linespacing, fl_unsigned_float_filter); + setPrehandler(dialog_->input_space_above); + setPrehandler(dialog_->input_space_below); + setPrehandler(dialog_->input_labelwidth); + setPrehandler(dialog_->input_linespacing); + // Create the contents of the unit choices // Don't include the "%" terms... -#warning A bit dangerous... (Lgb) vector units_vec = getLatexUnits(); #if 0 for (vector::iterator it = units_vec.begin();