1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-27 07:01:12 +01:00

Bug 406 - Label creation/other non-dialogue editing and keyboard selection hang on long projects

This is part 2...

Improve performance of selection via Selection bar

This provides a similar type of speed up when selecting with the keyboard via
the Selection toolbar.
This commit is contained in:
lllucius
2013-10-23 18:06:49 +00:00
parent 03f5088b6a
commit 5c8baf9c16
6 changed files with 50 additions and 21 deletions

View File

@@ -364,7 +364,7 @@ class AUDACITY_DLL_API AudacityProject: public wxFrame,
virtual void AS_SetRate(double rate);
virtual bool AS_GetSnapTo();
virtual void AS_SetSnapTo(bool state);
virtual void AS_ModifySelection(double &start, double &end);
virtual void AS_ModifySelection(double &start, double &end, bool done);
void SetStateTo(unsigned int n);