mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Fix argument type in set_follow_focus()
This commit is contained in:
@@ -514,7 +514,7 @@ bool ScrollContainer::is_following_focus() const {
|
||||
return follow_focus;
|
||||
}
|
||||
|
||||
void ScrollContainer::set_follow_focus(int p_follow) {
|
||||
void ScrollContainer::set_follow_focus(bool p_follow) {
|
||||
follow_focus = p_follow;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user