git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12886
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
wxCoord wText = width - sizeBtn.x;
m_text->SetSize(x, y, wText, height);
wxCoord wText = width - sizeBtn.x;
m_text->SetSize(x, y, wText, height);
+#ifdef __WXMAC__
+ m_btn->SetSize(x + wText + MARGIN, y, -1, -1);
+#else
m_btn->SetSize(x + wText + MARGIN, y, -1, height);
m_btn->SetSize(x + wText + MARGIN, y, -1, height);
}
// ----------------------------------------------------------------------------
}
// ----------------------------------------------------------------------------