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

Bug30: During playback, after CTRL+M, chars, ENTER -- restore track focus.

This commit is contained in:
Paul Licameli
2016-01-19 14:51:18 -05:00
parent 3bd4f463f2
commit 116ea61d11
4 changed files with 18 additions and 7 deletions

View File

@@ -40,7 +40,7 @@ double NearestZeroCrossing(double t0);
public:
//Adds label and returns index of label in labeltrack.
int DoAddLabel(const SelectedRegion& region);
int DoAddLabel(const SelectedRegion& region, bool preserveFocus = false);
private: