mirror of
https://github.com/godotengine/godot.git
synced 2025-10-31 21:51:22 +00:00
Remove clips_input() method and use clip_content
This commit is contained in:
parent
e4430771db
commit
452e10ba7b
10 changed files with 3 additions and 33 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue