diff options
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/inventory.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/inventory.cpp b/src/gui/inventory.cpp index f73c240e..95cc4bd3 100644 --- a/src/gui/inventory.cpp +++ b/src/gui/inventory.cpp @@ -78,6 +78,8 @@ InventoryWindow::~InventoryWindow() void InventoryWindow::logic() { + Window::logic(); + // It would be nicer if this update could be event based, needs some // redesign of InventoryWindow and ItemContainer probably. updateButtons(); |