Browse Source

fix GTK method name

PHP-GTK3
yggverse 5 months ago
parent
commit
0fd86e87fe
  1. 2
      src/Abstract/Entity/Entry.php

2
src/Abstract/Entity/Entry.php

@ -132,6 +132,6 @@ abstract class Entry @@ -132,6 +132,6 @@ abstract class Entry
public function isVisible(): ?bool
{
return $this->gtk->get_visible();
return $this->gtk->get_visibility();
}
}
Loading…
Cancel
Save