Fix ui::button handling mouse move event

This commit is contained in:
Nikita Lisitsa 2022-03-29 18:11:53 +03:00
parent 682bbb8e90
commit 606249d6b7

View file

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