From 176f14e36e7ef11f29f5741b0d1508baa43993ef Mon Sep 17 00:00:00 2001 From: yggverse Date: Mon, 8 Jul 2024 01:16:23 +0300 Subject: [PATCH] fix visibility init --- src/Abstract/Entity/Entry.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Abstract/Entity/Entry.php b/src/Abstract/Entity/Entry.php index e1c26fd1..68d76dee 100644 --- a/src/Abstract/Entity/Entry.php +++ b/src/Abstract/Entity/Entry.php @@ -30,7 +30,7 @@ abstract class Entry ); $this->gtk->set_visibility( - $this->_value + $this->_visible ); // Render