You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Rename internal Button icon to button_icon to match exposed methods
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
#include "scene/gui/button.h"
|
||||
|
||||
void EditorInspectorToolButtonPlugin::_update_action_icon(Button *p_action_button, const String &p_action_icon) {
|
||||
p_action_button->set_icon(p_action_button->get_editor_theme_icon(p_action_icon));
|
||||
p_action_button->set_button_icon(p_action_button->get_editor_theme_icon(p_action_icon));
|
||||
}
|
||||
|
||||
void EditorInspectorToolButtonPlugin::_call_action(const Variant &p_object, const StringName &p_property) {
|
||||
|
||||
Reference in New Issue
Block a user