diff options
Diffstat (limited to 'src/gui/windows/inventorywindow.cpp')
-rw-r--r-- | src/gui/windows/inventorywindow.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/windows/inventorywindow.cpp b/src/gui/windows/inventorywindow.cpp index ee0d566ce..00ce036e8 100644 --- a/src/gui/windows/inventorywindow.cpp +++ b/src/gui/windows/inventorywindow.cpp @@ -87,7 +87,8 @@ InventoryWindow::InventoryWindow(Inventory *const inventory) : InventoryListener(), AttributeListener(), mInventory(inventory), - mItems(new ItemContainer(this, mInventory)), + mItems(new ItemContainer(this, mInventory, 100000, + ShowEmptyRows_false, ForceQuantity_false)), mUseButton(nullptr), mDropButton(nullptr), mOutfitButton(nullptr), |