]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/dialog.cpp
Further style preview fix
[wxWidgets.git] / src / gtk / dialog.cpp
index c61fbca5155360091dd7f6f8a0cb07f85969307b..dcdaec3cbe58352b707c382b4bd238959852d4c3 100644 (file)
@@ -99,7 +99,6 @@ void wxDialog::SetModal( bool WXUNUSED(flag) )
 int wxDialog::ShowModal()
 {
     wxASSERT_MSG( !IsModal(), "ShowModal() can't be called twice" );
-    wxASSERT_MSG( !IsShown(), "ShowModal() can't be called after Show()" );
 
     // release the mouse if it's currently captured as the window having it
     // will be disabled when this dialog is shown -- but will still keep the