1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-21 16:37:12 +01:00

Move drawing code for snap guidelines

This commit is contained in:
Paul Licameli
2019-06-21 15:10:11 -04:00
parent e6dae33038
commit dc216d669b
9 changed files with 55 additions and 108 deletions

View File

@@ -173,10 +173,6 @@ public:
protected:
void DrawTracks(wxDC * dc);
void DrawEverythingElse(TrackPanelDrawingContext &context,
const wxRegion & region,
const wxRect & clip);
public:
// Set the object that performs catch-all event handling when the pointer
// is not in any track or ruler or control panel.