From 688f4629a3d5938cb38f8834d243d0382c47ffc6 Mon Sep 17 00:00:00 2001
From: Rtch90 <ritchie.cunningham@protonmail.com>
Date: Tue, 10 Jan 2012 02:46:15 +0000
Subject: [PATCH] [Fix] Sorry, I ended up breaking KonoM's hard werk in my
 bitch fit!

---
 src/libUnuk/Button.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/libUnuk/Button.cpp b/src/libUnuk/Button.cpp
index 9b292d3..ee2743b 100644
--- a/src/libUnuk/Button.cpp
+++ b/src/libUnuk/Button.cpp
@@ -90,7 +90,7 @@ void Button::SetHighlighted(bool highlighted) {
     if(highlighted) {
       _button.SetRGB(_highlightColour);
     } else {
-      if(_mouseOver) {
+      if(!_mouseOver) {
         _button.SetRGB(_mouseOverColour);
       } else {
         _button.SetRGB(_textColour);