Update of /cvsroot/mahogany/M/src/gui
In directory usw-pr-cvs1:/tmp/cvs-serv29415/src/gui

Modified Files:
        wxMDialogs.cpp 
Log Message:
call wxYield() from MProgressInfo ctor to ensure the frame is shown

Index: wxMDialogs.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxMDialogs.cpp,v
retrieving revision 1.381
retrieving revision 1.382
diff -b -u -2 -r1.381 -r1.382
--- wxMDialogs.cpp      12 Sep 2002 02:36:50 -0000      1.381
+++ wxMDialogs.cpp      14 Oct 2002 15:25:33 -0000      1.382
@@ -3204,4 +3204,6 @@
    m_frame->CentreOnParent();
    m_frame->Show();
+
+   wxYield();
 }
 



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to