Fix rich_image_view rmb up
This commit is contained in:
parent
104ecb528a
commit
725a7a6ea2
1 changed files with 2 additions and 2 deletions
|
|
@ -95,10 +95,10 @@ namespace psemek::ui
|
|||
drag_ = *mouse_;
|
||||
return true;
|
||||
}
|
||||
else if (!e.down && mouseover_)
|
||||
else if (!e.down)
|
||||
{
|
||||
drag_ = std::nullopt;
|
||||
return true;
|
||||
return mouseover_;
|
||||
}
|
||||
}
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue