mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-07 04:01:54 +01:00
Remove GetLink(ed) in TrackPanel resizing code
This commit is contained in:
@@ -28,7 +28,7 @@ std::vector<UIHandlePtr> TrackPanelResizerCell::HitTest
|
||||
auto pTrack = mpTrack.lock();
|
||||
if (pTrack) {
|
||||
auto result = std::make_shared<TrackPanelResizeHandle>(
|
||||
pTrack, st.state.m_y, pProject );
|
||||
pTrack, st.state.m_y );
|
||||
result = AssignUIHandlePtr(mResizeHandle, result);
|
||||
results.push_back(result);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user