mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-31 13:41:03 +00:00 
			
		
		
		
	Remove last remaining variables of PR-3043
This commit is contained in:
		
							parent
							
								
									97fe073f33
								
							
						
					
					
						commit
						df57239f7f
					
				
					 2 changed files with 1 additions and 4 deletions
				
			
		|  | @ -570,8 +570,7 @@ void ScriptEditorDebugger::_notification(int p_what) { | |||
| 					ppeer->set_stream_peer(connection); | ||||
| 
 | ||||
| 
 | ||||
| 					if (!always_visible) | ||||
| 						show(); | ||||
| 					show(); | ||||
| 
 | ||||
| 					dobreak->set_disabled(false); | ||||
| 					tabs->set_current_tab(0); | ||||
|  | @ -1460,7 +1459,6 @@ ScriptEditorDebugger::ScriptEditorDebugger(EditorNode *p_editor){ | |||
| 	add_child(msgdialog); | ||||
| 
 | ||||
| 	hide(); | ||||
| 	always_visible=false; | ||||
| 	log_forced_visible=false; | ||||
| 
 | ||||
| 	p_editor->get_undo_redo()->set_method_notify_callback(_method_changeds,this); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Franklin Sobrinho
						Franklin Sobrinho