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:
authorLluis Sanchez <lluis@novell.com>2010-06-28 20:24:17 +0400
committerLluis Sanchez <lluis@novell.com>2010-06-28 20:24:17 +0400
commitb019adbc1638356e7777906bf7292c74268f633d (patch)
treef4524fb8d04e947ca642dec2a08c00bb29bbe1c1 /main/src/core/MonoDevelop.Ide/ChangeLog
parenta3e666b2594acdd8329b048df243c668f4530123 (diff)
* MonoDevelop.Components.Docking/DockBarItem.cs: Don't hide the item
if the mouse pointer is inside the window. Fixes bug #565714 - Autohidden pads hide when viewing treeview tooltips. svn path=/trunk/monodevelop/; revision=159610
Diffstat (limited to 'main/src/core/MonoDevelop.Ide/ChangeLog')
-rw-r--r--main/src/core/MonoDevelop.Ide/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/main/src/core/MonoDevelop.Ide/ChangeLog b/main/src/core/MonoDevelop.Ide/ChangeLog
index fc6f9f27f8..7b6dffc427 100644
--- a/main/src/core/MonoDevelop.Ide/ChangeLog
+++ b/main/src/core/MonoDevelop.Ide/ChangeLog
@@ -1,3 +1,10 @@
+2010-06-28 Lluis Sanchez Gual <lluis@novell.com>
+
+ * MonoDevelop.Components.Docking/DockBarItem.cs: Don't hide
+ the item if the mouse pointer is inside the window. Fixes
+ bug #565714 - Autohidden pads hide when viewing treeview
+ tooltips.
+
2010-06-28 Mike Krüger <mkrueger@novell.com>
* MonoDevelop.Ide.Gui.Content/CompletionTextEditorExtension.cs: