You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Remove clips_input() method and use clip_content
This commit is contained in:
@@ -32,10 +32,6 @@
|
||||
#include "core/os/os.h"
|
||||
#include "scene/main/window.h"
|
||||
|
||||
bool ScrollContainer::clips_input() const {
|
||||
return true;
|
||||
}
|
||||
|
||||
Size2 ScrollContainer::get_minimum_size() const {
|
||||
Ref<StyleBox> sb = get_theme_stylebox("bg");
|
||||
Size2 min_size;
|
||||
|
||||
Reference in New Issue
Block a user