From e9d8f50523b38432a41c9fc2eae7bf4d75837ea0 Mon Sep 17 00:00:00 2001 From: Sattva Date: Fri, 9 Jun 2023 00:56:44 +0300 Subject: [PATCH] WowHeadLinks - fixed --- Changelog and Notes.txt | 2 +- Leatrix_Plus.lua | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Changelog and Notes.txt b/Changelog and Notes.txt index 43754ff..10245c0 100644 --- a/Changelog and Notes.txt +++ b/Changelog and Notes.txt @@ -27,7 +27,7 @@ CombineAddonButtons - Make frame movable? MinimapEnhance - Replace non-standard buttons option! Aka those that don't use LibDBIcon, or may be just set size of them ? -AhEnhance - Need to make new description for alt click, tab confirm. And do locales. +AhExtras - Need to make new description for alt click, tab confirm. And do locales. -------------------------------------------------------------------------------- diff --git a/Leatrix_Plus.lua b/Leatrix_Plus.lua index f08f712..c541cf9 100644 --- a/Leatrix_Plus.lua +++ b/Leatrix_Plus.lua @@ -1379,7 +1379,7 @@ function LeaPlusLC:FriendCheck(name) aEB:SetBlinkSpeed(0) aEB:SetJustifyH("RIGHT") aEB:SetAutoFocus(false) - aEB:EnableKeyboard(false) + aEB:EnableKeyboard(true) aEB:SetHitRectInsets(90, 0, 0, 0) aEB:SetScript("OnKeyDown", function() end) aEB:SetScript("OnMouseUp", function() @@ -1470,7 +1470,7 @@ function LeaPlusLC:FriendCheck(name) mEB:SetFontObject("GameFontNormal") mEB:SetBlinkSpeed(0) mEB:SetAutoFocus(false) - mEB:EnableKeyboard(false) + mEB:EnableKeyboard(true) mEB:SetHitRectInsets(0, 90, 0, 0) mEB:SetScript("OnKeyDown", function() end) mEB:SetScript("OnMouseUp", function() @@ -1494,7 +1494,7 @@ function LeaPlusLC:FriendCheck(name) -- Function to set editbox value local function SetQuestInBox(questListID) - local questTitle, void, void, isHeader, void, void, void, questID = GetQuestLogTitle(questListID) + local questTitle, void, void, void, isHeader, void, void, void, questID = GetQuestLogTitle(questListID) if questID and not isHeader then -- Hide editbox if quest ID is invalid