1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-02-07 20:22:13 +01:00

Define and use CommonTrackCell

This commit is contained in:
Paul Licameli
2019-06-17 14:11:31 -04:00
parent 2bb823e1b6
commit bebd709e98
6 changed files with 40 additions and 16 deletions

View File

@@ -17,8 +17,9 @@ Paul Licameli split from TrackPanel.cpp
#include <wx/mousestate.h>
TrackPanelResizerCell::TrackPanelResizerCell( std::shared_ptr<Track> pTrack )
: mpTrack{ pTrack }
TrackPanelResizerCell::TrackPanelResizerCell(
const std::shared_ptr<Track> &pTrack )
: CommonTrackCell{ pTrack }
{}
std::vector<UIHandlePtr> TrackPanelResizerCell::HitTest