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:
authorMike Krüger <mkrueger@xamarin.com>2014-10-13 11:46:43 +0400
committerMike Krüger <mkrueger@xamarin.com>2014-10-13 11:47:33 +0400
commitcfae411ec490f6bfd2014dbb3ad1c7e72efc93c9 (patch)
tree37eebfa353dd15ce4be2cc2432438ea9621c4ef2 /main/src/addins/MonoDevelop.Debugger/MonoDevelop.Debugger.Visualizer
parente313d343eb247d48932384202868e325c8f9c078 (diff)
Fixed "Bug 23054 - Editor tooltips overlay new windows".
It is a work around for a gtk issue.
Diffstat (limited to 'main/src/addins/MonoDevelop.Debugger/MonoDevelop.Debugger.Visualizer')
-rw-r--r--main/src/addins/MonoDevelop.Debugger/MonoDevelop.Debugger.Visualizer/ValueVisualizerDialog.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/src/addins/MonoDevelop.Debugger/MonoDevelop.Debugger.Visualizer/ValueVisualizerDialog.cs b/main/src/addins/MonoDevelop.Debugger/MonoDevelop.Debugger.Visualizer/ValueVisualizerDialog.cs
index 283b212534..c4b708a94b 100644
--- a/main/src/addins/MonoDevelop.Debugger/MonoDevelop.Debugger.Visualizer/ValueVisualizerDialog.cs
+++ b/main/src/addins/MonoDevelop.Debugger/MonoDevelop.Debugger.Visualizer/ValueVisualizerDialog.cs
@@ -41,6 +41,7 @@ namespace MonoDevelop.Debugger.Viewers
public ValueVisualizerDialog ()
{
this.Build ();
+ this.Modal = true;
}
public void Show (ObjectValue val)