]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/combocmn.cpp
removed the strange __WXMSW__ test in AddFile(bitmap) -- why should this function...
[wxWidgets.git] / src / common / combocmn.cpp
index 3d3bb90ad16acf0702b60ba5e5cfbcb3adf85d64..af78618a59a0e7fd81e0f16d7b5d8d9a5a50eea3 100644 (file)
@@ -1177,6 +1177,8 @@ bool wxComboCtrlBase::Enable(bool enable)
         m_btn->Enable(enable);
     if ( m_text )
         m_text->Enable(enable);
+        
+    Refresh();
 
     return true;
 }