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:
parent
c7f9a482ec
commit
638bc56cf9
@ -166,6 +166,7 @@ wxProgressDialog::wxProgressDialog(wxString const &title,
|
||||
nTimeLabels++;
|
||||
|
||||
m_elapsed = CreateLabel(_("Elapsed time : "), &lastWindow);
|
||||
SetTimeLabel(0, m_elapsed);
|
||||
}
|
||||
|
||||
if ( style & wxPD_ESTIMATED_TIME )
|
||||
|
Loading…
Reference in New Issue
Block a user