You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-10 13:00:37 +00:00
Rename hint_tooltip to tooltip_text & setget
`hint_tooltip` -> `tooltip_text` `set_tooltip` -> `set_tooltip_text` `_get_tooltip` -> `get_tooltip_text` Updates documentation, too.
This commit is contained in:
@@ -695,7 +695,7 @@ TileSetEditor::TileSetEditor() {
|
||||
|
||||
source_sort_button = memnew(MenuButton);
|
||||
source_sort_button->set_flat(true);
|
||||
source_sort_button->set_tooltip(TTR("Sort sources"));
|
||||
source_sort_button->set_tooltip_text(TTR("Sort sources"));
|
||||
|
||||
PopupMenu *p = source_sort_button->get_popup();
|
||||
p->connect("id_pressed", callable_mp(this, &TileSetEditor::_set_source_sort));
|
||||
|
||||
Reference in New Issue
Block a user