mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 17:45:28 +00:00
fix tooltip setter
This commit is contained in:
parent
bcab5c2522
commit
e06e247580
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ abstract class Button
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->gtk->set_sensitive(
|
$this->gtk->set_tooltip_text(
|
||||||
_($this::TOOLTIP)
|
_($this::TOOLTIP)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue