1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-08 06:03:49 +01:00

Bug198: Change of selection format or snap-to should affect selection at once

This commit is contained in:
Paul Licameli
2016-01-22 09:57:24 -05:00
parent 376fc0ebf2
commit 4b8a413bbb
2 changed files with 45 additions and 6 deletions

View File

@@ -433,6 +433,10 @@ class AUDACITY_DLL_API AudacityProject: public wxFrame,
wxStatusBar* GetStatusBar() { return mStatusBar; }
private:
bool SnapSelection();
public:
// SelectionBarListener callback methods
virtual double AS_GetRate();