From 970cd02ac7c57f9b31a01e1c74a26480d68b97d4 Mon Sep 17 00:00:00 2001 From: alcexhim Date: Wed, 22 Oct 2014 23:31:50 -0400 Subject: [PATCH] Handle ObjectModelBrowser events (jk, actually have no idea why designer added this) --- ...niversalEditor.Engines.GTK.Dialogs.CreateDocumentDialog.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CSharp/Engines/GTK/UniversalEditor.Engines.GTK/gtk-gui/UniversalEditor.Engines.GTK.Dialogs.CreateDocumentDialog.cs b/CSharp/Engines/GTK/UniversalEditor.Engines.GTK/gtk-gui/UniversalEditor.Engines.GTK.Dialogs.CreateDocumentDialog.cs index 98fc960b..15fa5134 100644 --- a/CSharp/Engines/GTK/UniversalEditor.Engines.GTK/gtk-gui/UniversalEditor.Engines.GTK.Dialogs.CreateDocumentDialog.cs +++ b/CSharp/Engines/GTK/UniversalEditor.Engines.GTK/gtk-gui/UniversalEditor.Engines.GTK.Dialogs.CreateDocumentDialog.cs @@ -41,7 +41,9 @@ namespace UniversalEditor.Engines.GTK.Dialogs this.GtkAlignment3.Name = "GtkAlignment3"; this.GtkAlignment3.LeftPadding = ((uint)(12)); // Container child GtkAlignment3.Gtk.Container+ContainerChild - this.omb = null; + this.omb = new global::UniversalEditor.Engines.GTK.ObjectModelBrowser (); + this.omb.Events = ((global::Gdk.EventMask)(256)); + this.omb.Name = "omb"; this.GtkAlignment3.Add (this.omb); this.frame2.Add (this.GtkAlignment3); this.GtkLabel3 = new global::Gtk.Label ();