vcl/source/control/fmtfield.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit edd3db9ad64a4143febf0b1fc135199e0ecf53f1
Author: Szymon Kłos <[email protected]>
AuthorDate: Thu Dec 17 15:07:49 2020 +0100
Commit: Szymon Kłos <[email protected]>
CommitDate: Tue Dec 29 09:09:16 2020 +0100
jsdialog: step for spinfields
Change-Id: I35336dfcd9913a984b0a8894622d0785d4007bc8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107884
Tested-by: Jenkins CollaboraOffice <[email protected]>
Reviewed-by: Szymon Kłos <[email protected]>
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108419
Tested-by: Jenkins
diff --git a/vcl/source/control/fmtfield.cxx b/vcl/source/control/fmtfield.cxx
index 48a82370b325..20ad995de48d 100644
--- a/vcl/source/control/fmtfield.cxx
+++ b/vcl/source/control/fmtfield.cxx
@@ -1358,6 +1358,7 @@ void
FormattedField::DumpAsPropertyTree(tools::JsonWriter& rJsonWriter)
rJsonWriter.put("min", rFormatter.GetMinValue());
rJsonWriter.put("max", rFormatter.GetMaxValue());
rJsonWriter.put("value", rFormatter.GetValue());
+ rJsonWriter.put("step", rFormatter.GetSpinSize());
}
FactoryFunction FormattedField::GetUITestFactory() const
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits