Merge remote-tracking branch 'origin/R_10_00' into R_10_00

This commit is contained in:
Simone Palacino 2020-02-24 13:18:07 +01:00
commit e3a63a6efb

View File

@ -185,7 +185,8 @@ void TVariable_rectype::update_memo()
t << '=' << val;
}
}
put(_memo_fld, t);
if (get(_memo_fld) != t)
put(_memo_fld, t);
}
}