Browse Source

fix visibility init

PHP-GTK3
yggverse 4 months ago
parent
commit
176f14e36e
  1. 2
      src/Abstract/Entity/Entry.php

2
src/Abstract/Entity/Entry.php

@ -30,7 +30,7 @@ abstract class Entry @@ -30,7 +30,7 @@ abstract class Entry
);
$this->gtk->set_visibility(
$this->_value
$this->_visible
);
// Render

Loading…
Cancel
Save