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-03 13:33:41 +0400
committerLluis Sanchez <lluis@novell.com>2010-06-03 13:33:41 +0400
commitf48f90cc6dae739dcf7f158c2d34ab9117880bf2 (patch)
treedb8b278365e1e179121b2c6712b3116624d67da1 /main/src/core/MonoDevelop.Ide/ChangeLog
parent400e40604f44bf47c3bb2c7a21b3124ec0a03c84 (diff)
* MonoDevelop.Components.DockToolbars/DockToolbar.cs: Disable custom
drawing on the toolbar background since it hides the arrow button. svn path=/trunk/monodevelop/; revision=158385
Diffstat (limited to 'main/src/core/MonoDevelop.Ide/ChangeLog')
-rw-r--r--main/src/core/MonoDevelop.Ide/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/main/src/core/MonoDevelop.Ide/ChangeLog b/main/src/core/MonoDevelop.Ide/ChangeLog
index f29cca1e26..967bf23623 100644
--- a/main/src/core/MonoDevelop.Ide/ChangeLog
+++ b/main/src/core/MonoDevelop.Ide/ChangeLog
@@ -1,3 +1,9 @@
+2010-06-03 Lluis Sanchez Gual <lluis@novell.com>
+
+ * MonoDevelop.Components.DockToolbars/DockToolbar.cs: Disable
+ custom drawing on the toolbar background since it hides the
+ arrow button.
+
2010-06-01 Lluis Sanchez Gual <lluis@novell.com>
* MonoDevelop.Ide.Templates/ProjectTemplate.cs: