mirror of
				https://github.com/godotengine/godot.git
				synced 2025-11-03 23:21:15 +00:00 
			
		
		
		
	
							parent
							
								
									1fed266bf5
								
							
						
					
					
						commit
						c69ae35d4d
					
				
					 1 changed files with 0 additions and 8 deletions
				
			
		| 
						 | 
					@ -1916,8 +1916,6 @@ bool VisualScriptEditor::can_drop_data_fw(const Point2 &p_point, const Variant &
 | 
				
			||||||
	return false;
 | 
						return false;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#ifdef TOOLS_ENABLED
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
static Node *_find_script_node(Node *p_edited_scene, Node *p_current_node, const Ref<Script> &script) {
 | 
					static Node *_find_script_node(Node *p_edited_scene, Node *p_current_node, const Ref<Script> &script) {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	if (p_edited_scene != p_current_node && p_current_node->get_owner() != p_edited_scene)
 | 
						if (p_edited_scene != p_current_node && p_current_node->get_owner() != p_edited_scene)
 | 
				
			||||||
| 
						 | 
					@ -1937,8 +1935,6 @@ static Node *_find_script_node(Node *p_edited_scene, Node *p_current_node, const
 | 
				
			||||||
	return NULL;
 | 
						return NULL;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#endif
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
void VisualScriptEditor::drop_data_fw(const Point2 &p_point, const Variant &p_data, Control *p_from) {
 | 
					void VisualScriptEditor::drop_data_fw(const Point2 &p_point, const Variant &p_data, Control *p_from) {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	if (p_from != graph) {
 | 
						if (p_from != graph) {
 | 
				
			||||||
| 
						 | 
					@ -2456,12 +2452,8 @@ Ref<Texture> VisualScriptEditor::get_icon() {
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
bool VisualScriptEditor::is_unsaved() {
 | 
					bool VisualScriptEditor::is_unsaved() {
 | 
				
			||||||
#ifdef TOOLS_ENABLED
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
	return script->is_edited() || script->are_subnodes_edited();
 | 
						return script->is_edited() || script->are_subnodes_edited();
 | 
				
			||||||
#else
 | 
					 | 
				
			||||||
	return false;
 | 
					 | 
				
			||||||
#endif
 | 
					 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Variant VisualScriptEditor::get_edit_state() {
 | 
					Variant VisualScriptEditor::get_edit_state() {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue