No real changes, just fix some typos in comments.
Closes #14276. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71375 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1375,7 +1375,7 @@ wxSize wxComboCtrlBase::DoGetBestSize() const
|
||||
else
|
||||
fhei = sizeText.y + 4;
|
||||
|
||||
// Need to force height to accomodate bitmap?
|
||||
// Need to force height to accommodate bitmap?
|
||||
int btnSizeY = m_btnSize.y;
|
||||
if ( m_bmpNormal.IsOk() && fhei < btnSizeY )
|
||||
fhei = btnSizeY;
|
||||
|
Reference in New Issue
Block a user