better fix for doublefield steamrolling the value

This commit is contained in:
itsmattkc
2019-03-17 09:51:16 +11:00
parent a24e5c3c33
commit f0dd2ff82d
-1
View File
@@ -38,7 +38,6 @@ void DoubleField::SetDefault(double d)
if (!value_set_) {
SetValueAt(0, d);
value_set_ = false;
}
}