Commit 533b45fc authored by mercury233's avatar mercury233

fix touch select listbox

parent 10d01251
......@@ -425,7 +425,7 @@ bool CGUIListBox::OnEvent(const SEvent& event)
}
case EMIE_MOUSE_MOVED:
if (Selecting || MoveOverSelect)
if (MoveOverSelect)
{
if (isPointInside(p))
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment