mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-01 10:13:22 +00:00
Fix SkinTheme::paintMenuItem() painting code
This commit is contained in:
parent
af299eecc8
commit
5d824512c2
@ -1236,7 +1236,7 @@ void SkinTheme::paintMenuItem(ui::PaintEvent& ev)
|
||||
fg = getColor(ThemeColor::MenuItemHighlightText);
|
||||
bg = getColor(ThemeColor::MenuItemHighlightFace);
|
||||
}
|
||||
else if (widget->hasMouseOver()) {
|
||||
else if (widget->hasMouse()) {
|
||||
fg = getColor(ThemeColor::MenuItemHotText);
|
||||
bg = getColor(ThemeColor::MenuItemHotFace);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user