mirror of
https://github.com/edubart/otclient.git
synced 2025-10-20 14:33:26 +02:00
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:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user