Remove clips_input() method and use clip_content

This commit is contained in:
kobewi 2021-06-25 15:46:37 +02:00
parent e4430771db
commit 452e10ba7b
10 changed files with 3 additions and 33 deletions

View file

@ -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;