diff --git a/include/form.cpp b/include/form.cpp index 0f5f08cc1..2529d1f7d 100755 --- a/include/form.cpp +++ b/include/form.cpp @@ -2213,6 +2213,15 @@ HIDDEN bool font_handler(TMask_field& f, KEY key) TMask* TPrint_section::_msk = NULL; +word TPrint_section::height() const +{ + if (_height<0) + return printer().formlen()+_height; + else + return _height; +} + + TExpression & TPrint_section::eval_expr(TExpression & expr,int defaultfile_id) { for (int j=0; j