Don't select new item when listbox was moving

This commit is contained in:
deve 2017-01-10 13:37:36 +01:00
parent 67b9c85918
commit 9d9fb06401

View File

@ -367,7 +367,6 @@ bool CGUISTKListBox::OnEvent(const SEvent& event)
case EMIE_LMOUSE_LEFT_UP:
{
Selecting = false;
Moving = false;
if (isPointInside(p) && !Moving)
selectNew(event.MouseInput.Y);