mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-22 22:21:24 +01:00
Implements darkchains_mod2a style linking indication. This may not be
final but it's a big improvement. Reversed a couple changes from original indication scheme that are no longer necessary. Unfortunately it's really hard to remove colors from AllThemeResources.h.
This commit is contained in:
@@ -1881,7 +1881,7 @@ void AdornedRulerPanel::DoDrawPlayRegion(wxDC * dc)
|
||||
void AdornedRulerPanel::DoDrawBorder(wxDC * dc)
|
||||
{
|
||||
// Draw AdornedRulerPanel border
|
||||
AColor::MediumTrackInfo( dc, false, false );
|
||||
AColor::MediumTrackInfo( dc, false );
|
||||
dc->DrawRectangle( mInner );
|
||||
|
||||
wxRect r = mOuter;
|
||||
|
||||
Reference in New Issue
Block a user