mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 17:30:17 +01:00
Reimplement the logic for drawing label track selection background
This commit is contained in:
@@ -797,7 +797,8 @@ void LabelTrack::Draw
|
||||
|
||||
TrackArtist::DrawBackgroundWithSelection(&dc, r, this,
|
||||
AColor::labelSelectedBrush, AColor::labelUnselectedBrush,
|
||||
selectedRegion, zoomInfo);
|
||||
selectedRegion, zoomInfo,
|
||||
( GetSelected() || IsSyncLockSelected() ) );
|
||||
|
||||
wxCoord textWidth, textHeight;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user