From 6f0554d8c81752ec8f0e3b9822bdeb590cbdfafb Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 4 Oct 2015 22:39:21 +0300 Subject: Dont show popup in inventory if mouse present outside of item rectangle. --- src/gui/widgets/itemcontainer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/widgets/itemcontainer.h') diff --git a/src/gui/widgets/itemcontainer.h b/src/gui/widgets/itemcontainer.h index 243104ead..f87eac55d 100644 --- a/src/gui/widgets/itemcontainer.h +++ b/src/gui/widgets/itemcontainer.h @@ -171,7 +171,7 @@ class ItemContainer final : public Widget, * @param y The Y coordinate position. * @return The slot index on success, -1 on failure. */ - int getSlotIndex(const int x, const int y) const; + int getSlotIndex(int x, int y) const; Inventory *mInventory; Image *mSelImg; -- cgit v1.2.3-60-g2f50