longer disable button

This commit is contained in:
[VB]AWOL
2014-01-26 11:17:34 -06:00
parent 2f7dbc87b5
commit a39a0e05fe

View File

@@ -172,11 +172,13 @@ TraderDialogShowPrices = {
ctrlSetText [TraderDialogBuyPrice, format["%1 %2", _item select 2, _item select 4]];
/*
if(_qty == 0) then {
ctrlEnable [TraderDialogBuyBtn, false];
} else {
ctrlEnable [TraderDialogBuyBtn, true];
};
*/
ctrlSetText [TraderDialogSellPrice, format["%1 %2", _item select 5, _item select 7]];
};