mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-31 05:31:01 +00:00 
			
		
		
		
	Rename internal Button icon to button_icon to match exposed methods
This commit is contained in:
		
							parent
							
								
									0debc73dc6
								
							
						
					
					
						commit
						562c666e3d
					
				
					 129 changed files with 718 additions and 718 deletions
				
			
		|  | @ -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) { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Aaron Franke
						Aaron Franke