mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-13 07:07:46 +02:00
Set colour of docking indicator (was blue).
This commit is contained in:
parent
b743f1d5b6
commit
2ea315e185
@ -1276,7 +1276,8 @@ void ToolManager::OnIndicatorPaint( wxPaintEvent & event )
|
|||||||
{
|
{
|
||||||
wxWindow *w = (wxWindow *)event.GetEventObject();
|
wxWindow *w = (wxWindow *)event.GetEventObject();
|
||||||
wxPaintDC dc( w );
|
wxPaintDC dc( w );
|
||||||
dc.SetBackground( *wxBLUE_BRUSH );
|
wxBrush brush( theTheme.Colour( clrTrackPanelText ) );
|
||||||
|
dc.SetBackground( brush );
|
||||||
dc.Clear();
|
dc.Clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user