From d59cd9111c1e86b224ea62cc975c49b157e2b3cf Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 19 Oct 2012 23:56:04 +0300 Subject: Add to some controls palette inheritance from other controls. --- src/gui/selldialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/selldialog.cpp') diff --git a/src/gui/selldialog.cpp b/src/gui/selldialog.cpp index 13d06bc47..df488e0a0 100644 --- a/src/gui/selldialog.cpp +++ b/src/gui/selldialog.cpp @@ -79,7 +79,7 @@ void SellDialog::init() // Create a ShopItems instance, that is aware of duplicate entries. mShopItems = new ShopItems(true); - mShopItemList = new ShopListBox(mShopItems, mShopItems); + mShopItemList = new ShopListBox(this, mShopItems, mShopItems); mScrollArea = new ScrollArea(mShopItemList, getOptionBool("showbackground"), "sell_background.xml"); mScrollArea->setHorizontalScrollPolicy(gcn::ScrollArea::SHOW_NEVER); -- cgit v1.2.3-60-g2f50