Some wxComboCtrlBase member functions were enclosed within incorrect compatibility condition

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62537 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Jaakko Salli
2009-11-02 14:57:35 +00:00
parent 03ba71bdf8
commit ddadf560da
2 changed files with 2 additions and 2 deletions

View File

@@ -2313,7 +2313,7 @@ wxPoint wxComboCtrlBase::DoGetMargins() const
return wxPoint(m_marginLeft, -1);
}
#if WXWIN_COMPATIBILITY_2_6
#if WXWIN_COMPATIBILITY_2_8
void wxComboCtrlBase::SetTextIndent( int indent )
{
if ( indent < 0 )