X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d050da45f8d91301892d73905b292ef25675217d..bf9ce2abdf465110ca83469c1b336b056ae8ec72:/src/common/combocmn.cpp diff --git a/src/common/combocmn.cpp b/src/common/combocmn.cpp index 3d3bb90ad1..af78618a59 100644 --- a/src/common/combocmn.cpp +++ b/src/common/combocmn.cpp @@ -1177,6 +1177,8 @@ bool wxComboCtrlBase::Enable(bool enable) m_btn->Enable(enable); if ( m_text ) m_text->Enable(enable); + + Refresh(); return true; }