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:
Diffstat (limited to 'main/src/core/MonoDevelop.Ide')
-rw-r--r--main/src/core/MonoDevelop.Ide/MonoDevelop.Components/EventBoxTooltip.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/main/src/core/MonoDevelop.Ide/MonoDevelop.Components/EventBoxTooltip.cs b/main/src/core/MonoDevelop.Ide/MonoDevelop.Components/EventBoxTooltip.cs
index 670fb6d708..daba07577a 100644
--- a/main/src/core/MonoDevelop.Ide/MonoDevelop.Components/EventBoxTooltip.cs
+++ b/main/src/core/MonoDevelop.Ide/MonoDevelop.Components/EventBoxTooltip.cs
@@ -70,9 +70,8 @@ namespace MonoDevelop.Components
if (image != null) {
normalPixbuf = image.Image.ToPixbuf ();
+ activePixbuf = normalPixbuf.ColorShiftPixbuf ();
}
- normalPixbuf = image.Image.ToPixbuf ();
- activePixbuf = normalPixbuf.ColorShiftPixbuf ();
eventBox.FocusGrabbed += (sender, e) => {
if (image != null)