Remove an apparently unnecessary line from MSW wxProgressDialog
It doesn't seem necessary to disable the use of common buttons, so don't do it.
This commit is contained in:
parent
c1c9c2c5e5
commit
6d2f903a48
@ -889,7 +889,6 @@ void* wxProgressDialogTaskRunner::Entry()
|
||||
|
||||
// Undo some of the effects of MSWCommonTaskDialogInit().
|
||||
tdc.dwFlags &= ~TDF_EXPAND_FOOTER_AREA; // Expand in content area.
|
||||
tdc.dwCommonButtons = 0; // Don't use common buttons.
|
||||
|
||||
if ( m_sharedData.m_style & wxPD_CAN_SKIP )
|
||||
wxTdc.AddTaskDialogButton( tdc, Id_SkipBtn, 0, _("Skip") );
|
||||
|
Loading…
Reference in New Issue
Block a user