mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-21 16:37:12 +01:00
Bug2245 residual: better color choice for sub-view separator...
... so it can be seen also in High Contrast theme
This commit is contained in:
@@ -1276,7 +1276,7 @@ struct VRulersAndChannels final : TrackPanelGroup {
|
||||
if (mRefinement.size() > 1) {
|
||||
// Draw lines separating sub-views
|
||||
auto &dc = context.dc;
|
||||
dc.SetPen(*wxBLACK_PEN);
|
||||
AColor::CursorColor( &dc );
|
||||
auto iter = mRefinement.begin() + 1, end = mRefinement.end();
|
||||
for ( ; iter != end; ++iter ) {
|
||||
auto yy = iter->first;
|
||||
|
||||
Reference in New Issue
Block a user