git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43715
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
return;
wxSize sz = GetClientSize();
return;
wxSize sz = GetClientSize();
- int customBorder = m_widthCustomBorder;
#if !TEXTCTRL_TEXT_CENTERED
#if !TEXTCTRL_TEXT_CENTERED
+ int customBorder = m_widthCustomBorder;
if ( (m_text->GetWindowStyleFlag() & wxBORDER_MASK) == wxNO_BORDER )
{
// Centre textctrl
if ( (m_text->GetWindowStyleFlag() & wxBORDER_MASK) == wxNO_BORDER )
{
// Centre textctrl
+#else // TEXTCTRL_TEXT_CENTERED
wxUnusedVar(textCtrlXAdjust);
wxUnusedVar(textCtrlYAdjust);
wxUnusedVar(textCtrlXAdjust);
wxUnusedVar(textCtrlYAdjust);
+#endif // !TEXTCTRL_TEXT_CENTERED/TEXTCTRL_TEXT_CENTERED
{
// If it has border, have textctrl will the entire text field.
m_text->SetSize( m_tcArea.x + m_widthCustomPaint,
{
// If it has border, have textctrl will the entire text field.
m_text->SetSize( m_tcArea.x + m_widthCustomPaint,