Document default value for wxDialog::Show() parameter correctly
It's "true", not "1". See #18743.
This commit is contained in:
@@ -581,7 +581,7 @@ public:
|
||||
otherwise the box is hidden. If @false and the dialog is modal,
|
||||
control is returned to the calling program.
|
||||
*/
|
||||
virtual bool Show(bool show = 1);
|
||||
virtual bool Show(bool show = true);
|
||||
|
||||
/**
|
||||
Shows an application-modal dialog.
|
||||
|
Reference in New Issue
Block a user