mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
Fix and rename mouse filter recursive behavior
and focus mode recursive behavior.
This commit is contained in:
parent
a8598cd8e2
commit
d16e8b7ca4
10 changed files with 282 additions and 173 deletions
|
|
@ -773,7 +773,7 @@ void TabContainer::set_tab_focus_mode(Control::FocusMode p_focus_mode) {
|
|||
}
|
||||
|
||||
Control::FocusMode TabContainer::get_tab_focus_mode() const {
|
||||
return tab_bar->get_focus_mode_with_recursive();
|
||||
return tab_bar->get_focus_mode();
|
||||
}
|
||||
|
||||
void TabContainer::set_clip_tabs(bool p_clip_tabs) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue