You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Remove clips_input() method and use clip_content
This commit is contained in:
@@ -239,10 +239,6 @@ void GraphEdit::disconnect_node(const StringName &p_from, int p_from_port, const
|
||||
}
|
||||
}
|
||||
|
||||
bool GraphEdit::clips_input() const {
|
||||
return true;
|
||||
}
|
||||
|
||||
void GraphEdit::get_connection_list(List<Connection> *r_connections) const {
|
||||
*r_connections = connections;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user