Bugfix in ui::impl::button_base
This commit is contained in:
parent
1ed8b28633
commit
b32a891183
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ namespace psemek::ui::impl
|
|||
if (is_mousedown_ != mousedown)
|
||||
{
|
||||
is_mousedown_ = mousedown;
|
||||
mousedown_.set(is_mouseover_);
|
||||
mousedown_.set(is_mousedown_);
|
||||
}
|
||||
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue