]> git.saurik.com Git - wxWidgets.git/blobdiff - src/xrc/xh_odcombo.cpp
call MSWProcessMessage() for the window itself, although a comment said that this...
[wxWidgets.git] / src / xrc / xh_odcombo.cpp
index aa8707aecfcfbe6e691bf40b07adf5d454c18009..948ea35c9f5d08148cea250b6700592d4a549ca8 100644 (file)
@@ -71,8 +71,6 @@ wxObject *wxOwnerDrawnComboBoxXmlHandler::DoCreateResource()
                         wxDefaultValidator,
                         GetName());
 
-        control->SetPopupControl(NULL);
-
         wxSize ButtonSize=GetSize(wxT("buttonsize"));
 
         if (ButtonSize != wxDefaultSize)