[mono/monodevelop] 703e63cb: Revert "[Debugger] Set DebugValueWindow's TypeHint to Tooltip to fix focus issue."

"Cody Russell ([email protected])" <[email protected]>
Newsgroups gmane.comp.gnome.mono.patches
Message-ID <00000141e2013429-4b96242b-d140-4be0-9a72-3572673b91f2-000000@email.amazonses.com>
   Branch: refs/heads/master
     Home: https://github.com/mono/monodevelop
  Compare: https://github.com/mono/monodevelop/compare/c8f00833d2a3...703e63cbe76d

   Commit: 703e63cbe76d57818c33564f02f6eed22c94cb80
   Author: Cody Russell <[email protected]> (bratsche)
     Date: 2013-10-22 21:09:08 GMT
      URL: https://github.com/mono/monodevelop/commit/703e63cbe76d57818c33564f02f6eed22c94cb80

Revert "[Debugger] Set DebugValueWindow's TypeHint to Tooltip to fix focus issue."

This reverts commit 26c94b2b3d68f73a7476447d81346acee687ff2e.

This breaks editing values on Mac.

Changed paths:
  M main/src/addins/MonoDevelop.SourceEditor2/MonoDevelop.SourceEditor/DebugValueWindow.cs

Modified: main/src/addins/MonoDevelop.SourceEditor2/MonoDevelop.SourceEditor/DebugValueWindow.cs
===================================================================
@@ -70,10 +70,10 @@ public class DebugValueWindow : PopoverWindow
 		ScrolledWindow sw;
 //		PinWindow pinWindow;
 //		TreeIter currentPinIter;
-
+		
 		public DebugValueWindow (Mono.TextEditor.TextEditor editor, int offset, StackFrame frame, ObjectValue value, PinnedWatch watch): base (Gtk.WindowType.Toplevel)
 		{
-			this.TypeHint = WindowTypeHint.Tooltip;
+			this.TypeHint = WindowTypeHint.PopupMenu;
 			this.AllowShrink = false;
 			this.AllowGrow = false;
 			this.Decorated = false;


_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.