Attribute: fit value when resetting to default, closes #2599

This commit is contained in:
Dylan K. Taylor 2018-12-22 11:44:36 +00:00
parent 4249c00c3e
commit 0299191e64

View File

@ -171,7 +171,7 @@ class Attribute{
}
public function resetToDefault() : void{
$this->setValue($this->getDefaultValue());
$this->setValue($this->getDefaultValue(), true);
}
public function getValue() : float{