From f70d9fe7d386e5e00d45776e561aa1b1f3df2eae Mon Sep 17 00:00:00 2001 From: Manuel Simon Hirsig Date: Sun, 11 Sep 2016 14:52:08 +0200 Subject: [PATCH] complete fix (annoying check sound) --- Postal.lua | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Postal.lua b/Postal.lua index cee2834..af84def 100644 --- a/Postal.lua +++ b/Postal.lua @@ -377,7 +377,9 @@ function self.hook.SendMailFrame_Update() SendMailCODButton:Enable() SendMailCODButtonText:SetTextColor(NORMAL_FONT_COLOR.r, NORMAL_FONT_COLOR.g, NORMAL_FONT_COLOR.b) else - SendMailRadioButton_OnClick(1) + SendMailSendMoneyButton:SetChecked(1) + SendMailCODButton:SetChecked(nil) + SendMailMoneyText:SetText(AMOUNT_TO_SEND) SendMailCODButton:Disable() SendMailCODButtonText:SetTextColor(GRAY_FONT_COLOR.r, GRAY_FONT_COLOR.g, GRAY_FONT_COLOR.b) end @@ -565,6 +567,7 @@ end -- requires an item lock changed event for a proper update function self:SendMail_SetAttachment(item, slot) if item and not self:SendMail_PickupMailable(item) then + ClearCursor() return elseif not slot then for i=1,ATTACHMENTS_MAX do