Browse Source

fix variable name

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

2
src/Abstract/Entity/Entry.php

@ -111,7 +111,7 @@ abstract class Entry @@ -111,7 +111,7 @@ abstract class Entry
): void
{
$this->gtk->set_visibility(
is_null($value) ? $this->_visibility : $value
is_null($value) ? $this->_visible : $value
);
}

Loading…
Cancel
Save