mirror of
https://github.com/cookiengineer/audacity
synced 2025-09-09 00:50:01 +02: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:
parent
94af81b9f7
commit
468d48b8dd
@ -1276,7 +1276,7 @@ struct VRulersAndChannels final : TrackPanelGroup {
|
|||||||
if (mRefinement.size() > 1) {
|
if (mRefinement.size() > 1) {
|
||||||
// Draw lines separating sub-views
|
// Draw lines separating sub-views
|
||||||
auto &dc = context.dc;
|
auto &dc = context.dc;
|
||||||
dc.SetPen(*wxBLACK_PEN);
|
AColor::CursorColor( &dc );
|
||||||
auto iter = mRefinement.begin() + 1, end = mRefinement.end();
|
auto iter = mRefinement.begin() + 1, end = mRefinement.end();
|
||||||
for ( ; iter != end; ++iter ) {
|
for ( ; iter != end; ++iter ) {
|
||||||
auto yy = iter->first;
|
auto yy = iter->first;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user