mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-15 02:45:23 +01:00
Define CellularPanel::Root
This commit is contained in:
@@ -2102,6 +2102,11 @@ void AdornedRulerPanel::GetMaxSize(wxCoord *width, wxCoord *height)
|
||||
}
|
||||
|
||||
// CellularPanel implementation
|
||||
std::shared_ptr<TrackPanelNode> AdornedRulerPanel::Root()
|
||||
{
|
||||
return {};
|
||||
}
|
||||
|
||||
auto AdornedRulerPanel::FindCell(int mouseX, int mouseY) -> FoundCell
|
||||
{
|
||||
bool mayScrub = mProject->GetScrubber().CanScrub() &&
|
||||
|
||||
Reference in New Issue
Block a user