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
				
			
		|  | @ -260,7 +260,7 @@ MeshLibraryEditor::MeshLibraryEditor() { | |||
| 	Node3DEditor::get_singleton()->add_control_to_menu_panel(menu); | ||||
| 	menu->set_position(Point2(1, 1)); | ||||
| 	menu->set_text(TTR("MeshLibrary")); | ||||
| 	menu->set_icon(EditorNode::get_singleton()->get_editor_theme()->get_icon(SNAME("MeshLibrary"), EditorStringName(EditorIcons))); | ||||
| 	menu->set_button_icon(EditorNode::get_singleton()->get_editor_theme()->get_icon(SNAME("MeshLibrary"), EditorStringName(EditorIcons))); | ||||
| 	menu->get_popup()->add_item(TTR("Add Item"), MENU_OPTION_ADD_ITEM); | ||||
| 	menu->get_popup()->add_item(TTR("Remove Selected Item"), MENU_OPTION_REMOVE_ITEM); | ||||
| 	menu->get_popup()->add_separator(); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Aaron Franke
						Aaron Franke