projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
adjusting to new gui mutex for osx, see #12411
[wxWidgets.git]
/
src
/
generic
/
fdrepdlg.cpp
diff --git
a/src/generic/fdrepdlg.cpp
b/src/generic/fdrepdlg.cpp
index f9dd9b24d6a08598926544a2cb20ca4774106b65..87a9ee5380da36bd66fa887f8fa1ca7fb1352840 100644
(file)
--- a/
src/generic/fdrepdlg.cpp
+++ b/
src/generic/fdrepdlg.cpp
@@
-87,7
+87,7
@@
bool wxGenericFindReplaceDialog::Create(wxWindow *parent,
const wxString& title,
int style)
{
const wxString& title,
int style)
{
- parent = GetParentForModalDialog(parent);
+ parent = GetParentForModalDialog(parent
, style
);
if ( !wxDialog::Create(parent, wxID_ANY, title,
wxDefaultPosition, wxDefaultSize,
if ( !wxDialog::Create(parent, wxID_ANY, title,
wxDefaultPosition, wxDefaultSize,