mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-17 11:46:35 +01: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:
@@ -186,6 +186,7 @@ AButton * ToolsToolBar::MakeTool( teBmps eTool,
|
||||
|
||||
void ToolsToolBar::Populate()
|
||||
{
|
||||
SetBackgroundColour( theTheme.Colour( clrMedium ) );
|
||||
MakeButtonBackgroundsSmall();
|
||||
Add(mToolSizer = safenew wxGridSizer(2, 3, 1, 1));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user