]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/combocmn.cpp
removed unused GetScrollbarArrowSize() version
[wxWidgets.git] / src / common / combocmn.cpp
index e0695444048dec1ba7fe9bf63dac6ebc1309c516..7e53044b3e0c46116a80f336c0c35f21b0711570 100644 (file)
@@ -1580,8 +1580,10 @@ void wxComboCtrlBase::OnFocusEvent( wxFocusEvent& event )
 {
     if ( event.GetEventType() == wxEVT_SET_FOCUS )
     {
+#ifndef __WXMAC__
         if ( m_text && m_text != ::wxWindow::FindFocus() )
             m_text->SetFocus();
+#endif
     }
 
     Refresh();