mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-18 14:41:20 +01:00
new -> NEW in comments, so text search for naked new excludes them
This commit is contained in:
@@ -2223,7 +2223,7 @@ void AdornedRulerPanel::OnPaint(wxPaintEvent & WXUNUSED(evt))
|
||||
|
||||
// Stroke extras direct to the client area,
|
||||
// maybe outside of the damaged area
|
||||
// As with TrackPanel, do not make a new wxClientDC or else Mac flashes badly!
|
||||
// As with TrackPanel, do not make a NEW wxClientDC or else Mac flashes badly!
|
||||
dc.DestroyClippingRegion();
|
||||
DrawOverlays(true, &dc);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user