Bug2245 residual: better color choice for sub-view separator...

... so it can be seen also in High Contrast theme
This commit is contained in:
Paul Licameli 2020-01-15 12:51:10 -05:00
parent 94af81b9f7
commit 468d48b8dd

View File

@ -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;