mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 09:20:16 +01:00
Move drawing code for zoom guidelines
This commit is contained in:
@@ -972,8 +972,6 @@ void TrackPanel::DrawEverythingElse(TrackPanelDrawingContext &context,
|
||||
}
|
||||
|
||||
auto target = Target();
|
||||
if (target)
|
||||
target->DrawExtras(UIHandle::Cells, dc, region, clip);
|
||||
|
||||
// Paint over the part below the tracks
|
||||
trackRect.y += trackRect.height;
|
||||
|
||||
Reference in New Issue
Block a user