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