X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2b854a32613f34669af815e1416a6c623a4c2c5b..18027d49b9daea9f8808052d927246b4489b0ef9:/src/generic/tabg.cpp diff --git a/src/generic/tabg.cpp b/src/generic/tabg.cpp index 7da066a106..c46ff59cd3 100644 --- a/src/generic/tabg.cpp +++ b/src/generic/tabg.cpp @@ -623,7 +623,7 @@ bool wxTabView::RemoveTab(int id) m_noTabs --; // The layout has changed - Layout(); + LayoutTabs(); return TRUE; } tabNode = tabNode->Next(); @@ -703,7 +703,7 @@ void wxTabView::ClearTabs(bool deleteTabs) // Layout tabs (optional, e.g. if resizing window) -void wxTabView::Layout(void) +void wxTabView::LayoutTabs(void) { // Make a list of the tab controls, deleting the wxTabLayers. wxList controls;