mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-23 06:31:17 +01:00
TrackPanelCellIterator visits all cells, and FindCell simply uses it
This commit is contained in:
@@ -16,6 +16,7 @@ Paul Licameli split from TrackPanel.cpp
|
||||
|
||||
struct HitTestResult;
|
||||
class Track;
|
||||
class TrackPanelCellIterator;
|
||||
|
||||
class TrackPanelResizeHandle final : public UIHandle
|
||||
{
|
||||
@@ -80,7 +81,7 @@ public:
|
||||
|
||||
Track *FindTrack() override { return mpTrack; };
|
||||
private:
|
||||
friend class TrackPanel;
|
||||
friend class TrackPanelCellIterator;
|
||||
Track *mpTrack {};
|
||||
bool mBetweenTracks {};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user