From 49540a3cac67413e8639ba371782e3635ece74df Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 9 Feb 2015 11:44:37 +0300 Subject: Fix code style. --- src/gui/widgets/itemcontainer.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/gui/widgets/itemcontainer.cpp') diff --git a/src/gui/widgets/itemcontainer.cpp b/src/gui/widgets/itemcontainer.cpp index 64c1ad50a..c557b960d 100644 --- a/src/gui/widgets/itemcontainer.cpp +++ b/src/gui/widgets/itemcontainer.cpp @@ -427,6 +427,7 @@ void ItemContainer::mousePressed(MouseEvent &event) src = DRAGDROP_SOURCE_CART; break; default: + case InventoryType::VENDING: case InventoryType::TYPE_END: break; } @@ -526,6 +527,7 @@ void ItemContainer::mouseReleased(MouseEvent &event) dst = DRAGDROP_SOURCE_CART; break; default: + case InventoryType::VENDING: case InventoryType::TYPE_END: break; } -- cgit v1.2.3-70-g09d2