diff options
Diffstat (limited to 'scene/gui/tabs.h')
-rw-r--r-- | scene/gui/tabs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/gui/tabs.h b/scene/gui/tabs.h index 7f85280853..5a4533c3d2 100644 --- a/scene/gui/tabs.h +++ b/scene/gui/tabs.h @@ -88,6 +88,7 @@ private: int hover; // hovered tab int get_tab_width(int p_idx) const; + void _ensure_no_over_offset(); protected: |