summaryrefslogtreecommitdiff
path: root/src/net/tmwa/buysellhandler.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-10-05 15:17:44 +0300
committerAndrei Karas <akaras@inbox.ru>2013-10-05 15:17:44 +0300
commit8fda16c465f8ea9ad6c748d4a5a097ff360fe960 (patch)
tree8d4dcaf063751f201c828ca19da54d0d3a85ac84 /src/net/tmwa/buysellhandler.cpp
parentf23f96aaf3e4fbfa44645a69ca57748a5570f70c (diff)
downloadplus-8fda16c465f8ea9ad6c748d4a5a097ff360fe960.tar.gz
plus-8fda16c465f8ea9ad6c748d4a5a097ff360fe960.tar.bz2
plus-8fda16c465f8ea9ad6c748d4a5a097ff360fe960.tar.xz
plus-8fda16c465f8ea9ad6c748d4a5a097ff360fe960.zip
Remember sort order in buy dialog between restarts.
Diffstat (limited to 'src/net/tmwa/buysellhandler.cpp')
-rw-r--r--src/net/tmwa/buysellhandler.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/tmwa/buysellhandler.cpp b/src/net/tmwa/buysellhandler.cpp
index 4fc80acb1..de4a03631 100644
--- a/src/net/tmwa/buysellhandler.cpp
+++ b/src/net/tmwa/buysellhandler.cpp
@@ -111,6 +111,7 @@ void BuySellHandler::processNpcBuy(Net::MessageIn &msg)
color = msg.readInt8();
mBuyDialog->addItem(itemId, color, 0, value);
}
+ mBuyDialog->sort();
}
void BuySellHandler::processNpcSellResponse(Net::MessageIn &msg) const