fixed bug 418766 (elapsed time not initialized in wxProgressDialog)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10475 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -166,6 +166,7 @@ wxProgressDialog::wxProgressDialog(wxString const &title,
|
|||||||
nTimeLabels++;
|
nTimeLabels++;
|
||||||
|
|
||||||
m_elapsed = CreateLabel(_("Elapsed time : "), &lastWindow);
|
m_elapsed = CreateLabel(_("Elapsed time : "), &lastWindow);
|
||||||
|
SetTimeLabel(0, m_elapsed);
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( style & wxPD_ESTIMATED_TIME )
|
if ( style & wxPD_ESTIMATED_TIME )
|
||||||
|
Reference in New Issue
Block a user