mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-05 14:18:53 +02:00
Draw diagonal grabber and background in themed colours.
This commit is contained in:
parent
03af77387e
commit
621f01abb0
@ -183,10 +183,9 @@ void ToolFrame::OnPaint( wxPaintEvent & WXUNUSED(event) )
|
||||
wxSize sz = GetSize();
|
||||
wxRect r;
|
||||
|
||||
dc.SetPen( wxColour( 90, 90, 90 ) );
|
||||
|
||||
dc.SetPen( theTheme.Colour( clrTrackPanelText) );
|
||||
#if !defined(__WXMAC__)
|
||||
wxBrush clearer( wxColour( 60,60,60 ));
|
||||
wxBrush clearer( theTheme.Colour( clrMedium ));
|
||||
dc.SetBackground( clearer );
|
||||
dc.Clear();
|
||||
dc.SetBrush( *wxTRANSPARENT_BRUSH );
|
||||
|
Loading…
x
Reference in New Issue
Block a user