]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/colrdlgg.cpp
fixed wxString::FromAscii signature
[wxWidgets.git] / src / generic / colrdlgg.cpp
index ec97500ac8cd9942828e1278995df74e6edd61c0..0f4bfd6bab9c5c1ab43226172f525daf58e763f8 100644 (file)
@@ -140,8 +140,9 @@ void wxGenericColourDialog::OnCloseWindow(wxCloseEvent& WXUNUSED(event))
 
 bool wxGenericColourDialog::Create(wxWindow *parent, wxColourData *data)
 {
-    if ( !wxDialog::Create(parent, wxID_ANY, _("Choose colour"),
-                           wxPoint(0,0), wxSize(900, 900)) )
+    if ( !wxDialog::Create(GetParentForModalDialog(parent), wxID_ANY,
+                           _("Choose colour"),
+                           wxPoint(0, 0), wxSize(900, 900)) )
         return false;
 
     if (data)