mirror of
https://github.com/godotengine/godot.git
synced 2025-10-30 13:11:13 +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
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue