diff --git a/src/Abstract/Entity/Entry.php b/src/Abstract/Entity/Entry.php index e669afd8..6bf7a223 100644 --- a/src/Abstract/Entity/Entry.php +++ b/src/Abstract/Entity/Entry.php @@ -67,7 +67,7 @@ abstract class Entry ): void { $this->gtk->set_text( - trim( + is_null($value) ? $this->_value : trim( strval( $value )