Update of /cvsroot/audacity/audacity-src/src
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv20182
Modified Files:
TrackPanel.cpp
Log Message:
Fix refresh issue when RefreshTrack() is used.
Index: TrackPanel.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/TrackPanel.cpp,v
retrieving revision 1.458
retrieving revision 1.459
diff -u -d -r1.458 -r1.459
--- TrackPanel.cpp 7 Jun 2009 08:47:33 -0000 1.458
+++ TrackPanel.cpp 7 Jun 2009 09:53:55 -0000 1.459
@@ -4859,7 +4859,7 @@
// rbox.x, rbox.y, rbox.width, rbox.height);
#endif
- if (region.Contains(0, 0, GetLeftOffset(), trackRect.height)) {
+ if (region.Contains(0, trackRect.y, GetLeftOffset(), trackRect.height)) {
wxRect r = trackRect;
r.x += GetVRulerOffset();
r.y += kTopInset;
------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises
looking to deploy the next generation of Solaris that includes the latest
innovations from Sun and the OpenSource community. Download a copy and
enjoy capabilities such as Networking, Storage and Virtualization.
Go to: http://p.sf.net/sfu/opensolaris-get
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs