]> git.saurik.com Git - wxWidgets.git/blobdiff - src/osx/carbon/combobox.cpp
Fall back to the valid normal bitmap if no state-specific bitmap is set.
[wxWidgets.git] / src / osx / carbon / combobox.cpp
index 4245f72fbccb97e036eb572c7b3370f29bfbe235..2662bb8bd0ef2aa8a532c58df99ee4c1befdd7f6 100644 (file)
@@ -25,8 +25,6 @@
 
 #include "wx/osx/private.h"
 
 
 #include "wx/osx/private.h"
 
-IMPLEMENT_DYNAMIC_CLASS(wxComboBox, wxControl)
-
 WX_DELEGATE_TO_CONTROL_CONTAINER(wxComboBox, wxControl)
 
 BEGIN_EVENT_TABLE(wxComboBox, wxControl)
 WX_DELEGATE_TO_CONTROL_CONTAINER(wxComboBox, wxControl)
 
 BEGIN_EVENT_TABLE(wxComboBox, wxControl)
@@ -676,7 +674,7 @@ wxTextWidgetImpl* wxComboBox::GetTextPeer() const
 {
     if (m_text)
         return m_text->GetTextPeer();
 {
     if (m_text)
         return m_text->GetTextPeer();
-    
+
     return NULL;
 }
 
     return NULL;
 }