mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 17:30:17 +01:00
Add CellularPanel::LastCell
This commit is contained in:
@@ -852,3 +852,8 @@ void CellularPanel::ClearTargets()
|
||||
state.mMouseOverUpdateFlags = 0;
|
||||
}
|
||||
|
||||
std::shared_ptr<TrackPanelCell> CellularPanel::LastCell() const
|
||||
{
|
||||
auto &state = *mState;
|
||||
return state.mLastCell.lock();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user