]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/dialog.cpp
if the wxTextCtrl is empty set by SetInsertionPointEnd to 0 and not to -1.
[wxWidgets.git] / src / gtk / dialog.cpp
index 3e09742ebca41eba959672b875677d2deee1d485..589ef94f458c96c3f82e7c0d7cf2b4713594dfac 100644 (file)
@@ -98,6 +98,9 @@ bool wxDialog::Create( wxWindow *parent,
      
   gtk_widget_set_usize( m_widget, m_width, m_height );
      
+  if (m_parent) m_parent->AddChild( this );
+  
+  
   PostCreation();
   
   return TRUE;
@@ -287,5 +290,3 @@ void wxDialog::SetIcon( const wxIcon &icon )
   
   gdk_window_set_icon( m_widget->window, (GdkWindow *) NULL, icon.GetPixmap(), bm );
 }
-
-