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:
authorDmytro Ovcharov <dmytro.ovcharov@globallogic.com>2017-07-20 17:28:40 +0300
committerDmytro Ovcharov <dmytro.ovcharov@globallogic.com>2017-07-20 17:28:40 +0300
commit6d1f24ea82a5f1ad9be4e811f2ac362f0f9cb703 (patch)
tree38c25b4c8084e92e9d78584bb41640b63d7252d0 /main/src/core/MonoDevelop.Ide
parentcad4bd501a14a915b0304d29103d37788f253587 (diff)
BXC #53775
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)