diff options
Diffstat (limited to 'vcl/source/control/fmtfield.cxx')
-rw-r--r-- | vcl/source/control/fmtfield.cxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/vcl/source/control/fmtfield.cxx b/vcl/source/control/fmtfield.cxx index 6ed2424dd9f0..87ff8b7b68c9 100644 --- a/vcl/source/control/fmtfield.cxx +++ b/vcl/source/control/fmtfield.cxx @@ -847,6 +847,11 @@ void FormattedField::SetValueFromString(const OUString& rStr) nEnd == rStr.getLength()) { SetValue(fValue); + SetModifyFlag(); + Modify(); + + // Notify the value has changed + SpinField::Up(); } else { |