From e40f70a3af1142e6c0c89c6ea2ee47b996495661 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Mon, 20 Sep 2010 16:30:45 +0000 Subject: corrected trading inconsistencies, improved trade window, initial slider widget --- src/client/inventorylistview.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/client/inventorylistview.cc') diff --git a/src/client/inventorylistview.cc b/src/client/inventorylistview.cc index 0126ff4..d87ed2b 100644 --- a/src/client/inventorylistview.cc +++ b/src/client/inventorylistview.cc @@ -60,6 +60,8 @@ void InventoryListView::set_inventory(core::Inventory *inventory, core::InfoType listview_timestamp = inventory->timestamp(); event_resize(); + + emit(EventListViewChanged); } void InventoryListView::draw() -- cgit v1.2.3