1
0
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:
James Crook
2017-04-05 20:16:12 +01:00
parent 419b790235
commit fefc856901
7 changed files with 45 additions and 15 deletions

View File

@@ -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);