Kaydet (Commit) 78ff9d90 authored tarafından David Tardon's avatar David Tardon

fdo#74468 fix timing of slide transitions

Regression since commit 16428c96.

Change-Id: Id274c21e08d10d2e727f3b5a3fd852cd297e4637
üst 515b5c76
......@@ -255,6 +255,9 @@
<property name="can_focus">True</property>
<property name="invisible_char"></property>
<property name="invisible_char_set">True</property>
<property name="format">sec</property>
<property name="digits">2</property>
<property name="spin_size">25</property>
</object>
<packing>
<property name="left_attach">1</property>
......
......@@ -1596,6 +1596,8 @@ bool MetricField::set_property(const OString &rKey, const OString &rValue)
}
else if (rKey == "digits")
SetDecimalDigits(rValue.toInt32());
else if (rKey == "spin-size")
SetSpinSize(rValue.toInt32());
else
return SpinField::set_property(rKey, rValue);
return true;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment