mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 01:25:27 +00:00
fix visibility init
This commit is contained in:
parent
0fd86e87fe
commit
176f14e36e
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ abstract class Entry
|
||||||
);
|
);
|
||||||
|
|
||||||
$this->gtk->set_visibility(
|
$this->gtk->set_visibility(
|
||||||
$this->_value
|
$this->_visible
|
||||||
);
|
);
|
||||||
|
|
||||||
// Render
|
// Render
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue