mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-30 21:21:10 +00:00 
			
		
		
		
	CreateDialog: fix activating recent item creates node selected in search result
This commit is contained in:
		
							parent
							
								
									1525071c28
								
							
						
					
					
						commit
						db64fcdd5f
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		|  | @ -489,11 +489,13 @@ void CreateDialog::_favorite_selected() { | ||||||
| 
 | 
 | ||||||
| void CreateDialog::_history_activated() { | void CreateDialog::_history_activated() { | ||||||
| 
 | 
 | ||||||
|  | 	_history_selected(); | ||||||
| 	_confirmed(); | 	_confirmed(); | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| void CreateDialog::_favorite_activated() { | void CreateDialog::_favorite_activated() { | ||||||
| 
 | 
 | ||||||
|  | 	_favorite_selected(); | ||||||
| 	_confirmed(); | 	_confirmed(); | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Poommetee Ketson
						Poommetee Ketson