]> git.saurik.com Git - wxWidgets.git/blobdiff - src/univ/combobox.cpp
fixed scrollbar refresh
[wxWidgets.git] / src / univ / combobox.cpp
index 4124552b779683500ec3dbe8f7f3a7540af4af62..92dc487e4ea459a0f86121179c47c82a19344973 100644 (file)
@@ -88,7 +88,7 @@ public:
         SetBitmapSelected(bmpPressed);
         SetBitmapDisabled(bmpDisabled);
 
-        SetSize(bmpNormal.GetWidth(), bmpNormal.GetHeight());
+//        SetSize(bmpNormal.GetWidth(), bmpNormal.GetHeight());
     }
 
 protected: