don't change the dialog size when updating the message; document that this is intentional (see #10624)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59767 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2009-03-23 12:31:26 +00:00
parent ffdb0ee5ab
commit 3b2fb7a165
2 changed files with 16 additions and 9 deletions

View 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