[Fix] Sorry, I ended up breaking KonoM's hard werk in my bitch fit!
This commit is contained in:
parent
19d9f2e898
commit
688f4629a3
@ -90,7 +90,7 @@ void Button::SetHighlighted(bool highlighted) {
|
|||||||
if(highlighted) {
|
if(highlighted) {
|
||||||
_button.SetRGB(_highlightColour);
|
_button.SetRGB(_highlightColour);
|
||||||
} else {
|
} else {
|
||||||
if(_mouseOver) {
|
if(!_mouseOver) {
|
||||||
_button.SetRGB(_mouseOverColour);
|
_button.SetRGB(_mouseOverColour);
|
||||||
} else {
|
} else {
|
||||||
_button.SetRGB(_textColour);
|
_button.SetRGB(_textColour);
|
||||||
|
Loading…
Reference in New Issue
Block a user