wxComboCtrlBase::Enable() does not refresh the control #9900
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55200 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1178,6 +1178,8 @@ bool wxComboCtrlBase::Enable(bool enable)
|
|||||||
if ( m_text )
|
if ( m_text )
|
||||||
m_text->Enable(enable);
|
m_text->Enable(enable);
|
||||||
|
|
||||||
|
Refresh();
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user