diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2021-08-16 10:35:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-16 10:35:20 +0200 |
commit | 2edc47caeafd2d32737c2bdc288b3752f6a90945 (patch) | |
tree | 5b561466419a6483aae7846245eacaf424785bf8 /scene/gui/tab_container.h | |
parent | 437b0dd5f62ec1b949380493889e9351bbc34892 (diff) | |
parent | fd483c729f90d709965546e53c306798f2b737e4 (diff) |
Merge pull request #51249 from kleonc/tab_container-fix-disconnecting-errors
TabContainer: Fix error on removing top-level Control child, Remove _get_tab method
Diffstat (limited to 'scene/gui/tab_container.h')
-rw-r--r-- | scene/gui/tab_container.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scene/gui/tab_container.h b/scene/gui/tab_container.h index 4ed5255729..35f18eff8e 100644 --- a/scene/gui/tab_container.h +++ b/scene/gui/tab_container.h @@ -57,7 +57,6 @@ private: bool menu_hovered = false; int highlight_arrow = -1; TabAlign align = ALIGN_CENTER; - Control *_get_tab(int p_idx) const; int _get_top_margin() const; mutable ObjectID popup_obj_id; bool drag_to_rearrange_enabled = false; |