mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-10 14:46:24 +01:00
Fix crashes when ESCaping a drag
This commit is contained in:
@@ -313,7 +313,7 @@ class AUDACITY_DLL_API TrackPanel final : public OverlayPanel {
|
||||
// void SetSnapTo(int snapto)
|
||||
|
||||
void HandleInterruptedDrag();
|
||||
void Uncapture( wxMouseEvent *pEvent = nullptr );
|
||||
void Uncapture( wxMouseState *pState = nullptr );
|
||||
void CancelDragging();
|
||||
bool HandleEscapeKey(bool down);
|
||||
void UpdateMouseState(const wxMouseState &state);
|
||||
|
||||
Reference in New Issue
Block a user