mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 17:45:28 +00:00
fix variable name
This commit is contained in:
parent
b81b50fe25
commit
510e30cf3a
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,7 @@ abstract class Entry
|
||||||
): void
|
): void
|
||||||
{
|
{
|
||||||
$this->gtk->set_visibility(
|
$this->gtk->set_visibility(
|
||||||
is_null($value) ? $this->_visibility : $value
|
is_null($value) ? $this->_visible : $value
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue