From 6d1f24ea82a5f1ad9be4e811f2ac362f0f9cb703 Mon Sep 17 00:00:00 2001 From: Dmytro Ovcharov Date: Thu, 20 Jul 2017 17:28:40 +0300 Subject: BXC #53775 --- .../src/core/MonoDevelop.Ide/MonoDevelop.Components/EventBoxTooltip.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'main/src/core/MonoDevelop.Ide') 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) -- cgit v1.2.3