Update of /cvsroot/audacity/audacity-src/src
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv13582

Modified Files:
        TrackPanel.cpp 
Log Message:

Label popup menu would eventually cause events to be ignored.  I'm not sure
exactly what the cause was (something changed in wxWidgets releases), but
moving the popup to the button up instead of button down corrects it.


Index: TrackPanel.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/TrackPanel.cpp,v
retrieving revision 1.476
retrieving revision 1.477
diff -u -d -r1.476 -r1.477
--- TrackPanel.cpp      29 Aug 2009 05:01:04 -0000      1.476
+++ TrackPanel.cpp      13 Sep 2009 03:19:20 -0000      1.477
@@ -4464,7 +4464,7 @@
    }
 
    
-   if (event.RightDown()) {
+   if (event.RightUp()) {
       // popup menu for editing
       RefreshTrack(lTrack);
      


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Audacity-cvs mailing list
Audacity-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to