1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-02-17 08:17:59 +01: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

@@ -1255,10 +1255,11 @@ AudacityProject::~AudacityProject()
this);
}
void AudacityProject::ResetColours()
void AudacityProject::ApplyUpdatedTheme()
{
SetBackgroundColour(theTheme.Colour( clrMedium ));
ClearBackground();// For wxGTK.
mTrackPanel->ApplyUpdatedTheme();
}