mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-31 13:41:03 +00:00 
			
		
		
		
	Merge pull request #63195 from Rindbee/fix-wrong-clear-edit-menu
This commit is contained in:
		
						commit
						8351d75b7f
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		|  | @ -1420,7 +1420,9 @@ Control *ScriptTextEditor::get_edit_menu() { | |||
| } | ||||
| 
 | ||||
| void ScriptTextEditor::clear_edit_menu() { | ||||
| 	memdelete(edit_hb); | ||||
| 	if (editor_enabled) { | ||||
| 		memdelete(edit_hb); | ||||
| 	} | ||||
| } | ||||
| 
 | ||||
| void ScriptTextEditor::set_find_replace_bar(FindReplaceBar *p_bar) { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Rémi Verschelde
						Rémi Verschelde