Update of /cvsroot/audacity/audacity-src/src
In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv28249/src
Modified Files:
TrackPanel.cpp
Log Message:
Oops...ReleaseCapture() is Windows only...
Index: TrackPanel.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/TrackPanel.cpp,v
retrieving revision 1.410
retrieving revision 1.411
diff -u -d -r1.410 -r1.411
--- TrackPanel.cpp 25 Jul 2008 03:39:50 -0000 1.410
+++ TrackPanel.cpp 25 Jul 2008 17:24:07 -0000 1.411
@@ -3964,7 +3964,7 @@
void TrackPanel::OnCaptureLost(wxMouseCaptureLostEvent & event)
{
if (HasCapture()) {
- ReleaseCapture();
+ ReleaseMouse();
}
}
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs