mirror of
https://github.com/cookiengineer/audacity
synced 2026-04-23 06:23:49 +02:00
ToolBar::MakeButton is public and static
This commit is contained in:
@@ -156,7 +156,7 @@ void ToolsToolBar::UpdatePrefs()
|
||||
AButton * ToolsToolBar::MakeTool( teBmps eTool,
|
||||
int id, const wxChar *label)
|
||||
{
|
||||
AButton *button = ToolBar::MakeButton(
|
||||
AButton *button = ToolBar::MakeButton(this,
|
||||
bmpRecoloredUpSmall, bmpRecoloredDownSmall, bmpRecoloredHiliteSmall,
|
||||
eTool, eTool, eTool,
|
||||
wxWindowID(id),
|
||||
|
||||
Reference in New Issue
Block a user