diff options
| author | volzhs | 2017-02-08 08:38:36 +0900 |
|---|---|---|
| committer | volzhs | 2017-02-08 08:38:36 +0900 |
| commit | e0f00a549cd3a0708e5939c9cfa5a3dd94d68ff8 (patch) | |
| tree | 8c60d606fc2aadd04a34f93eba4c19321cc90e59 /scene/gui/button_array.h | |
| parent | 34b6caa43303c46f178e0375aa50bfaf5ac903e7 (diff) | |
| download | godot-e0f00a549cd3a0708e5939c9cfa5a3dd94d68ff8.tar.gz godot-e0f00a549cd3a0708e5939c9cfa5a3dd94d68ff8.tar.zst godot-e0f00a549cd3a0708e5939c9cfa5a3dd94d68ff8.zip | |
Translate ButtonArray text
Diffstat (limited to '')
| -rw-r--r-- | scene/gui/button_array.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/gui/button_array.h b/scene/gui/button_array.h index 7bd892919..d01ac08cc 100644 --- a/scene/gui/button_array.h +++ b/scene/gui/button_array.h @@ -50,6 +50,7 @@ private: struct Button { String text; + String xl_text; String tooltip; Ref<Texture> icon; mutable int _ms_cache; |
