Some minor fixes for the market.

* Max sell offer amount is now setting correctly.
* Items widget is now clearing properly (tidy).
* Depot will refresh when you sell items in the sell offers.
This commit is contained in:
BeniS
2012-08-03 02:50:40 +12:00
parent 11387eb08f
commit a5c3029e5b
2 changed files with 38 additions and 15 deletions

View File

@@ -3,8 +3,7 @@ MarketWindow < MainWindow
!text: tr('Market')
size: 700 510
@onEnter: self:hide() self:unlock() Market.clearSelectedItem() MarketProtocol.sendMarketLeave()
@onEscape: self:hide() self:unlock() Market.clearSelectedItem() MarketProtocol.sendMarketLeave()
@onEscape: Market.close()
// Main Panel Window