mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-21 16:37:12 +01:00
TrackVRulerControl is directly owned by TrackView not Track...
... in anticipation of making views to tracks many-to-one, but then the rulers should be one-to-one with the views. So go through the view to get the ruler. The ruler is really a left-hand extension for each view.
This commit is contained in:
@@ -125,7 +125,6 @@ class TimeTrack final : public Track {
|
||||
protected:
|
||||
std::shared_ptr<TrackView> DoGetView() override;
|
||||
std::shared_ptr<TrackControls> DoGetControls() override;
|
||||
std::shared_ptr<TrackVRulerControls> DoGetVRulerControls() override;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user