Update of /cvsroot/audacity/audacity-src/src
In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv10865
Modified Files:
TrackArtist.cpp
Log Message:
Correct image reference.
Index: TrackArtist.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/TrackArtist.cpp,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -d -r1.85 -r1.86
--- TrackArtist.cpp 18 Nov 2006 05:34:08 -0000 1.85
+++ TrackArtist.cpp 18 Nov 2006 09:01:37 -0000 1.86
@@ -1136,7 +1136,7 @@
// from now on is drawn using ordinary wxWindows drawing code.
#if BUFFERED_DRAWING
- wxBitmap *bitmap = new wxBitmap(image);
+ wxBitmap *bitmap = new wxBitmap(*image);
wxMemoryDC *bitmapDC = new wxMemoryDC();
bitmapDC->SelectObject(*bitmap);
dc.Blit(mid.x, mid.y, drawRect.width, drawRect.height,
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs