You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Use MOUSE_FILTER_PASS for all containers (but PanelContainer)
Containers are meant to forward mouse input to their the Controls they contain. PanelContainer has a visible Panel stylebox, so it still defaults to STOP. Fixes #34933.
This commit is contained in:
@@ -247,7 +247,5 @@ Size2 GridContainer::get_minimum_size() const {
|
||||
}
|
||||
|
||||
GridContainer::GridContainer() {
|
||||
|
||||
set_mouse_filter(MOUSE_FILTER_PASS);
|
||||
columns = 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user