Update of /cvsroot/audacity/audacity-src/src/toolbars
In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv5160/src/toolbars
Modified Files:
ToolManager.cpp
Log Message:
Fix attempt to release mouse when not captured.
Index: ToolManager.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/toolbars/ToolManager.cpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- ToolManager.cpp 22 Oct 2006 09:54:26 -0000 1.7
+++ ToolManager.cpp 22 Oct 2006 10:46:22 -0000 1.8
@@ -216,7 +216,7 @@
Layout();
Refresh( false );
}
- else if( event.LeftUp() )
+ else if( HasCapture() && event.LeftUp() )
{
ReleaseMouse();
}
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs