+ middle-click now empties the inventory slot properly

master
Mark Holmquist 2011-12-01 15:16:41 -08:00 committed by Perttu Ahola
parent 9af0142a36
commit a465fd5b99
1 changed files with 1 additions and 1 deletions

View File

@ -386,7 +386,7 @@ bool GUIInventoryMenu::OnEvent(const SEvent& event)
//ispec.actions->push_back(a);
m_invmgr->inventoryAction(a);
if(list_from->getItem(m_selected_item->i)->getCount()==1)
if(list_from->getItem(m_selected_item->i)->getCount()<=amount)
source_empties = true;
}
// Remove selection if target was left-clicked or source