mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-08 20:52:09 +01:00
Update Sync-Lock icons on toolbar, TrackInfo; add the ability to have
a different foreground icon when a toolbar button is pressed (which will likely be used soon for the Sync-Lock icon).
This commit is contained in:
@@ -166,7 +166,7 @@ AButton * ToolsToolBar::MakeTool( teBmps eTool,
|
||||
{
|
||||
AButton *button = ToolBar::MakeButton(
|
||||
bmpRecoloredUpSmall, bmpRecoloredDownSmall, bmpRecoloredHiliteSmall,
|
||||
eTool, eTool,
|
||||
eTool, eTool, eTool,
|
||||
wxWindowID(id),
|
||||
wxDefaultPosition, true,
|
||||
theTheme.ImageSize( bmpRecoloredUpSmall ));
|
||||
|
||||
Reference in New Issue
Block a user