1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-23 17:30:17 +01:00

CellularPanel handles leave and capture loss like other transitions

This commit is contained in:
Paul Licameli
2018-07-26 08:47:51 -04:00
parent ff98ca5a32
commit 0fc4747742
2 changed files with 21 additions and 8 deletions

View File

@@ -103,6 +103,7 @@ private:
void HandleMotion( wxMouseState &state, bool doHit = true );
void HandleMotion
( const TrackPanelMouseState &tpmState, bool doHit = true );
void Leave();
protected: