Fix ui::button handling mouse move event
This commit is contained in:
parent
682bbb8e90
commit
606249d6b7
1 changed files with 0 additions and 1 deletions
|
|
@ -13,7 +13,6 @@ 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:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue