diff options
author | Jan-Fabian Humann <malastare@gmx.net> | 2005-05-22 02:21:34 +0000 |
---|---|---|
committer | Jan-Fabian Humann <malastare@gmx.net> | 2005-05-22 02:21:34 +0000 |
commit | 60ed44299513550c994e10a024eb100f222061a5 (patch) | |
tree | 43193d9024dec2a905d75b8f4bdb200fb181a473 /src/gui/trade.cpp | |
parent | fc6207f21a7beaeef968e032917181809f822a67 (diff) | |
download | mana-client-60ed44299513550c994e10a024eb100f222061a5.tar.gz mana-client-60ed44299513550c994e10a024eb100f222061a5.tar.bz2 mana-client-60ed44299513550c994e10a024eb100f222061a5.tar.xz mana-client-60ed44299513550c994e10a024eb100f222061a5.zip |
trade: disable textfield on ok
Diffstat (limited to 'src/gui/trade.cpp')
-rw-r--r-- | src/gui/trade.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/trade.cpp b/src/gui/trade.cpp index 494032cf..925c9950 100644 --- a/src/gui/trade.cpp +++ b/src/gui/trade.cpp @@ -189,6 +189,7 @@ void TradeWindow::reset() ok_other = false; ok_me = false; moneyLabel->setCaption("You get: 0z"); + moneyField->setEnabled(true); moneyField->setText(""); } @@ -326,7 +327,7 @@ void TradeWindow::action(const std::string &eventId) } else { moneyField->setText(""); } - + moneyField->setEnabled(false); WFIFOW(0) = net_w_value(0x00eb); WFIFOSET(2); while ((out_size > 0)) flush(); |