1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-28 15:38:48 +01:00

Static TrackInfo slider accessors, const Track* arguments

This commit is contained in:
Paul Licameli
2017-06-12 16:54:12 -04:00
parent 1d1dded9ba
commit b15bf441ec
4 changed files with 127 additions and 75 deletions

View File

@@ -156,6 +156,8 @@ class LWSlider
static void DeleteSharedTipPanel();
void SetParent(wxWindow *parent) { mParent = parent; }
private:
wxString GetTip(float value) const;