mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-22 06:22:58 +02:00
Update slider in tracks on theme change.
This commit is contained in:
@@ -245,8 +245,7 @@ void Theme::ApplyUpdatedImages()
|
||||
{
|
||||
AColor::ReInit();
|
||||
AudacityProject *p = GetActiveProject();
|
||||
p->SetBackgroundColour( theTheme.Colour( clrMedium ) );
|
||||
p->ResetColours();
|
||||
p->ApplyUpdatedTheme();
|
||||
for( int ii = 0; ii < ToolBarCount; ++ii )
|
||||
{
|
||||
ToolBar *pToolBar = p->GetToolManager()->GetToolBar(ii);
|
||||
|
Reference in New Issue
Block a user