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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user