No changes, just fix a typo in and rephrase a comment.
Comment in wxToolBarBase::Realize() was probably copied from some port-specific file but didn't make sense any more in common code. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62992 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -454,8 +454,7 @@ bool wxToolBarBase::Realize()
|
|||||||
if ( m_tools.empty() )
|
if ( m_tools.empty() )
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
// make sure tool size is larger enough for all all bitmaps to fit in
|
// make sure tool size is large enough for all bitmaps to fit in
|
||||||
// (this is consistent with what other ports do):
|
|
||||||
AdjustToolBitmapSize();
|
AdjustToolBitmapSize();
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
Reference in New Issue
Block a user