mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-14 17:15:21 +02:00
Dont move item back when not clicking on a slot
This commit is contained in:
@@ -2462,12 +2462,7 @@ bool GUIFormSpecMenu::OnEvent(const SEvent& event)
|
|||||||
move_amount = 0;
|
move_amount = 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if(getAbsoluteClippingRect().isPointInside(m_pointer))
|
else if (!getAbsoluteClippingRect().isPointInside(m_pointer))
|
||||||
{
|
|
||||||
// Clicked somewhere else: deselect
|
|
||||||
m_selected_amount = 0;
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
{
|
||||||
// Clicked outside of the window: drop
|
// Clicked outside of the window: drop
|
||||||
if(button == 1) // right
|
if(button == 1) // right
|
||||||
|
Reference in New Issue
Block a user