]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/progdlgg.cpp
no real change; just add the standard separator where it's missing
[wxWidgets.git] / src / generic / progdlgg.cpp
index ca8f0d5d617ed41d3ee741c461edc5854fd064d5..68b58cada4bddb235fd4ca662c0112834d681b98 100644 (file)
@@ -687,8 +687,6 @@ void wxProgressDialog::UpdateMessage(const wxString &newmsg)
     {
         m_msg->SetLabel(newmsg);
 
-        Fit();   // adapt to the new label size
-
         // allow the window to repaint:
         // NOTE: since we yield only for UI events with this call, there
         //       should be no side-effects