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

Modified Files:
        Screenshot.cpp 
Log Message:
Seems like the routine I commented out was a fix for a Mac bug - I've changed 
it to an #ifdef.



Index: Screenshot.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/Screenshot.cpp,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- Screenshot.cpp      2 Jul 2009 22:03:24 -0000       1.24
+++ Screenshot.cpp      4 Jul 2009 15:33:43 -0000       1.25
@@ -466,7 +466,7 @@
 
 void ScreenFrame::OnUIUpdate(wxUpdateUIEvent & e)
 {
-   /* dhorgan: This causes extreme slowness for me; is it essential?
+#ifdef __WXMAC__
    wxTopLevelWindow *top = mCommand->GetFrontWindow(mContext.proj);
    bool needupdate = false;
    bool enable = false;
@@ -488,7 +488,7 @@
          }
       }
    }
-   */
+#endif
 }
 
 void ScreenFrame::OnDirChoose(wxCommandEvent & e)


------------------------------------------------------------------------------
_______________________________________________
Audacity-cvs mailing list
Audacity-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to