mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-10 14:46:24 +01:00
nonvirtual reimplementation of CellularPanel::FindCell using nodes
This commit is contained in:
@@ -341,9 +341,6 @@ protected:
|
||||
// area into cells
|
||||
std::shared_ptr<TrackPanelNode> Root() override;
|
||||
|
||||
// Find track info by coordinate
|
||||
FoundCell FindCell(int mouseX, int mouseY) override;
|
||||
|
||||
// Find rectangle of the given cell
|
||||
wxRect FindRect(const TrackPanelCell &cell) override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user