Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeffrey Stedfast <jeff@xamarin.com>2013-07-24 23:57:47 +0400
committerJeffrey Stedfast <jeff@xamarin.com>2013-07-24 23:57:47 +0400
commite0a0700230615efee6d71b752009aa439fc9be49 (patch)
treefcd7eec5ce2dd04b14b0331dcc3bf6a92b862ce8 /main/src/addins/MonoDevelop.Debugger/gtk-gui
parentc7c3df48a3f9a11453a21c82e63be748f805d2df (diff)
[Debugger] Fixed stetic breakage for the ExceptionCaughtDialog
Fixes bug #13433
Diffstat (limited to 'main/src/addins/MonoDevelop.Debugger/gtk-gui')
-rw-r--r--main/src/addins/MonoDevelop.Debugger/gtk-gui/MonoDevelop.Debugger.ExceptionCaughtWidget.cs11
1 files changed, 10 insertions, 1 deletions
diff --git a/main/src/addins/MonoDevelop.Debugger/gtk-gui/MonoDevelop.Debugger.ExceptionCaughtWidget.cs b/main/src/addins/MonoDevelop.Debugger/gtk-gui/MonoDevelop.Debugger.ExceptionCaughtWidget.cs
index a94489150d..70ba42ffe9 100644
--- a/main/src/addins/MonoDevelop.Debugger/gtk-gui/MonoDevelop.Debugger.ExceptionCaughtWidget.cs
+++ b/main/src/addins/MonoDevelop.Debugger/gtk-gui/MonoDevelop.Debugger.ExceptionCaughtWidget.cs
@@ -86,7 +86,16 @@ namespace MonoDevelop.Debugger
this.GtkScrolledWindow.Name = "GtkScrolledWindow";
this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
// Container child GtkScrolledWindow.Gtk.Container+ContainerChild
- this.valueView = null;
+ this.valueView = new global::MonoDevelop.Debugger.ObjectValueTreeView ();
+ this.valueView.CanFocus = true;
+ this.valueView.Name = "valueView";
+ this.valueView.AllowAdding = false;
+ this.valueView.AllowEditing = true;
+ this.valueView.AllowPinning = false;
+ this.valueView.RootPinAlwaysVisible = false;
+ this.valueView.AllowExpanding = false;
+ this.valueView.PinnedWatchLine = 0;
+ this.valueView.CompactView = false;
this.GtkScrolledWindow.Add (this.valueView);
this.vbox2.Add (this.GtkScrolledWindow);
global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.GtkScrolledWindow]));