mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-07 07:39:29 +02:00
add button
This commit is contained in:
parent
668714942b
commit
af5163025a
@ -1957,6 +1957,16 @@ AdornedRulerPanel::AdornedRulerPanel(AudacityProject* parent,
|
||||
, mProject(parent)
|
||||
, mViewInfo(viewinfo)
|
||||
{
|
||||
{
|
||||
ToolBar::MakeButton(this,
|
||||
bmpRecoloredUpSmall, bmpRecoloredDownSmall, bmpRecoloredHiliteSmall,
|
||||
|
||||
bmpSyncLockTracksUp, bmpSyncLockTracksDown, bmpSyncLockTracksDisabled, wxWindowID(id),
|
||||
wxDefaultPosition,
|
||||
true,
|
||||
theTheme.ImageSize( bmpRecoloredUpSmall ));
|
||||
}
|
||||
|
||||
SetLabel( _("Timeline") );
|
||||
SetName(GetLabel());
|
||||
SetBackgroundStyle(wxBG_STYLE_PAINT);
|
||||
|
Loading…
x
Reference in New Issue
Block a user