mirror of
https://github.com/cookiengineer/audacity
synced 2026-04-24 23:13:42 +02:00
Line to mark off scrub ruler.
Provides a clear boundary between scrub ruler and quick select ruler, even if the theme colours have been warped to be very similar. Thanks to Gale for spotting this problem on Mac.
This commit is contained in:
@@ -70,7 +70,7 @@ class AColor {
|
||||
static void BevelTrackInfo(wxDC & dc, bool up, const wxRect & r);
|
||||
static wxColour Blend(const wxColour & c1, const wxColour & c2);
|
||||
|
||||
static void UseThemeColour( wxDC * dc, int iIndex );
|
||||
static void UseThemeColour( wxDC * dc, int iIndex, int index2 =-1 );
|
||||
static void TrackPanelBackground(wxDC * dc, bool selected);
|
||||
|
||||
static void Light(wxDC * dc, bool selected);
|
||||
|
||||
Reference in New Issue
Block a user