Merge pull request #53392 from YeldhamDev/tabs_offset_fix
This commit is contained in:
commit
11c7bac1ed
1 changed files with 1 additions and 0 deletions
|
@ -156,6 +156,7 @@ void Tabs::gui_input(const Ref<InputEvent> &p_event) {
|
|||
if (scrolling_enabled && buttons_visible) {
|
||||
if (missing_right) {
|
||||
offset++;
|
||||
_ensure_no_over_offset(); // Avoid overreaching when scrolling fast.
|
||||
update();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue