mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-31 13:41:03 +00:00 
			
		
		
		
	[Scene] Add SceneStringNames::confirmed
				
					
				
			This commit is contained in:
		
							parent
							
								
									d9e2fc74c7
								
							
						
					
					
						commit
						ca18a06ecb
					
				
					 66 changed files with 128 additions and 124 deletions
				
			
		|  | @ -881,7 +881,7 @@ Path3DEditorPlugin::Path3DEditorPlugin() { | |||
| 	clear_points_dialog = memnew(ConfirmationDialog); | ||||
| 	clear_points_dialog->set_title(TTR("Please Confirm...")); | ||||
| 	clear_points_dialog->set_text(TTR("Remove all curve points?")); | ||||
| 	clear_points_dialog->connect("confirmed", callable_mp(this, &Path3DEditorPlugin::_clear_points)); | ||||
| 	clear_points_dialog->connect(SceneStringName(confirmed), callable_mp(this, &Path3DEditorPlugin::_clear_points)); | ||||
| 	topmenu_bar->add_child(clear_points_dialog); | ||||
| 
 | ||||
| 	handle_menu = memnew(MenuButton); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 A Thousand Ships
						A Thousand Ships