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:
@@ -1255,10 +1255,11 @@ AudacityProject::~AudacityProject()
|
||||
this);
|
||||
}
|
||||
|
||||
void AudacityProject::ResetColours()
|
||||
void AudacityProject::ApplyUpdatedTheme()
|
||||
{
|
||||
SetBackgroundColour(theTheme.Colour( clrMedium ));
|
||||
ClearBackground();// For wxGTK.
|
||||
mTrackPanel->ApplyUpdatedTheme();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user