Fix button mouseover handling
This commit is contained in:
parent
b4f116cada
commit
3b70089b1f
1 changed files with 1 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ namespace psemek::ui
|
|||
{
|
||||
state_ = state_t::mouseover;
|
||||
on_state_changed(state_t::normal);
|
||||
return true;
|
||||
}
|
||||
break;
|
||||
case state_t::mouseover:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue