Fix button mouseover handling

This commit is contained in:
Nikita Lisitsa 2021-10-15 22:31:56 +03:00
parent b4f116cada
commit 3b70089b1f

View file

@ -13,6 +13,7 @@ namespace psemek::ui
{ {
state_ = state_t::mouseover; state_ = state_t::mouseover;
on_state_changed(state_t::normal); on_state_changed(state_t::normal);
return true;
} }
break; break;
case state_t::mouseover: case state_t::mouseover: