1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-22 06:22:58 +02:00

Improve repainting after a theme change.

Now most things repaint properly after a theme change.  The sliders on the tracks don't yet.
This commit is contained in:
James Crook
2017-04-04 14:43:47 +01:00
parent 017990fac0
commit c17a7f535e
17 changed files with 27 additions and 36 deletions

View File

@@ -245,6 +245,7 @@ void Theme::ApplyUpdatedImages()
{
AColor::ReInit();
AudacityProject *p = GetActiveProject();
p->SetBackgroundColour( theTheme.Colour( clrMedium ) );
p->ResetColours();
for( int ii = 0; ii < ToolBarCount; ++ii )
{