fixed all the other ports broken by controls labels in wxToolBar patch commit
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44906 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -60,8 +60,10 @@ public:
|
||||
|
||||
inline wxToolBarTool( wxToolBar* pTbar
|
||||
,wxControl* pControl
|
||||
,const wxString& label
|
||||
) : wxToolBarToolBase( pTbar
|
||||
,pControl
|
||||
,label
|
||||
)
|
||||
{
|
||||
}
|
||||
@@ -128,10 +130,12 @@ wxToolBarToolBase* wxToolBar::CreateTool(
|
||||
|
||||
wxToolBarToolBase *wxToolBar::CreateTool(
|
||||
wxControl* pControl
|
||||
, const wxString& label
|
||||
)
|
||||
{
|
||||
return new wxToolBarTool( this
|
||||
,pControl
|
||||
,label
|
||||
);
|
||||
} // end of wxToolBarSimple::CreateTool
|
||||
|
||||
|
Reference in New Issue
Block a user