mirror of
https://github.com/cookiengineer/audacity
synced 2025-09-17 16:50:26 +02:00
Use ReleaseMouse not ReleaseCapture
Change made to fix broken build under Linux.
This commit is contained in:
parent
e5dbc4251c
commit
f80db283b5
@ -1476,7 +1476,7 @@ void TrackPanel::HandleEscapeKey()
|
||||
case IsVZooming:
|
||||
SetCapturedTrack(NULL, IsUncaptured);
|
||||
if (HasCapture())
|
||||
ReleaseCapture();
|
||||
ReleaseMouse();
|
||||
return;
|
||||
default:
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user