diff --git a/mg/mg3300.cpp b/mg/mg3300.cpp index 935899e54..94a96bf59 100755 --- a/mg/mg3300.cpp +++ b/mg/mg3300.cpp @@ -542,10 +542,10 @@ void TForm_schedemag::set_options(bool no_valori, bool no_ff, bool sintetica, bo if (name().left(7) == "mg3300a") ((TForm_item &)find_field('B',odd_page, FF_VALORE_GRMOV)).hide(); } - TForm_subsection & ss = ((TForm_subsection &)find_field('B',odd_page,"H_MOVS_INTERESSATI")); + TForm_subsection & ss = ((TForm_subsection &)find_field('B',odd_page,"H_MOVS_INTERESSATI")); - ss.find_field("10").enable(!print_gio); - ss.find_field("110").enable(print_gio); + ss.printsection().find_field(10).enable(!print_gio); + ss.printsection().find_field(110).enable(print_gio); _no_ff = no_ff; _sintetica = sintetica; }