mirror of
https://github.com/captbaritone/webamp.git
synced 2026-08-04 07:55:28 +00:00
Return a string so other methods don't crash
This commit is contained in:
parent
442de3243f
commit
ed8409b644
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ class Text extends GuiObject {
|
|||
|
||||
gettext() {
|
||||
unimplementedWarning("gettext");
|
||||
return;
|
||||
return "";
|
||||
}
|
||||
|
||||
gettextwidth() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue