mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-31 05:31:01 +00:00 
			
		
		
		
	Remove redundant "== false" code
Some of this code has been re-organized. f
This commit is contained in:
		
							parent
							
								
									37386f112b
								
							
						
					
					
						commit
						4f7b33cdcf
					
				
					 33 changed files with 81 additions and 73 deletions
				
			
		|  | @ -3889,7 +3889,7 @@ void EditorNode::_scene_tab_closed(int p_tab) { | |||
| } | ||||
| 
 | ||||
| void EditorNode::_scene_tab_hover(int p_tab) { | ||||
| 	if (bool(EDITOR_GET("interface/scene_tabs/show_thumbnail_on_hover")) == false) { | ||||
| 	if (!bool(EDITOR_GET("interface/scene_tabs/show_thumbnail_on_hover"))) { | ||||
| 		return; | ||||
| 	} | ||||
| 	int current_tab = scene_tabs->get_current_tab(); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Aaron Franke
						Aaron Franke