1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-10 14:46:24 +01:00

TrackPanelCellIterator visits all cells, and FindCell simply uses it

This commit is contained in:
Paul Licameli
2017-06-17 01:26:36 -04:00
parent ffbc4d5f90
commit 91c86fd937
5 changed files with 173 additions and 150 deletions

View File

@@ -421,6 +421,7 @@ public:
// is not in any track or ruler or control panel.
void SetBackgroundCell
(const std::shared_ptr< TrackPanelCell > &pCell);
std::shared_ptr< TrackPanelCell > GetBackgroundCell();
#ifdef EXPERIMENTAL_OUTPUT_DISPLAY
void UpdateVirtualStereoOrder();