Update of /cvsroot/audacity/audacity-src/src/widgets
In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv29052

Modified Files:
        ASlider.cpp 
Log Message:
Pushing the hidden thing further away, thanks to Ed.

Index: ASlider.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/widgets/ASlider.cpp,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -d -r1.84 -r1.85
--- ASlider.cpp 24 Nov 2009 20:08:22 -0000      1.84
+++ ASlider.cpp 29 Dec 2009 23:56:43 -0000      1.85
@@ -1000,7 +1000,7 @@
       if (mParent->HasCapture())
          mParent->ReleaseMouse();
       mPopWin->Hide();
-      ((TipPanel *)mPopWin)->SetPos(wxPoint(-1000, -1000));
+      ((TipPanel *)mPopWin)->SetPos(wxPoint(-32000, -32000));
       // wxSetCursor(wxNullCursor);
    }
    else if (event.Dragging() && mIsDragging)


------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Audacity-cvs mailing list
Audacity-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to