You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-23 15:16:17 +00:00
Cleanup metadata usage
This commit is contained in:
@@ -109,11 +109,7 @@ void VisualScriptPropertySelector::_confirmed() {
|
||||
}
|
||||
|
||||
void VisualScriptPropertySelector::_item_selected() {
|
||||
if (results_tree->get_selected()->has_meta("description")) {
|
||||
help_bit->set_text(results_tree->get_selected()->get_meta("description"));
|
||||
} else {
|
||||
help_bit->set_text("No description available");
|
||||
}
|
||||
help_bit->set_text(results_tree->get_selected()->get_meta("description", "No description available"));
|
||||
}
|
||||
|
||||
void VisualScriptPropertySelector::_hide_requested() {
|
||||
|
||||
Reference in New Issue
Block a user