1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-04 16:14:00 +01:00

Generalize TimeRenderer and TimeEditor to handle frequencies in grid

This commit is contained in:
Paul Licameli
2016-06-26 19:05:06 -04:00
parent 8943f682f2
commit 9c687f055c
4 changed files with 87 additions and 69 deletions

View File

@@ -80,7 +80,7 @@ class LabelDialog final : public wxDialog
Grid *mGrid;
ChoiceEditor *mChoiceEditor;
TimeEditor *mTimeEditor;
NumericEditor *mTimeEditor;
RowDataArray mData;