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:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user