1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-23 17:30:17 +01:00

Move drawing code for margins and separators

This commit is contained in:
Paul Licameli
2018-11-03 00:34:49 -04:00
parent b881a6e918
commit 1ca079b503
5 changed files with 86 additions and 135 deletions

View File

@@ -35,6 +35,11 @@ private:
// back-pointer is weak to break a cycle
std::weak_ptr<TrackView> mwView;
// TrackPanelDrawable implementation
void Draw(
TrackPanelDrawingContext &context,
const wxRect &rect, unsigned iPass ) override;
std::weak_ptr<TrackPanelResizeHandle> mResizeHandle;
};