From fe72359bc54250bbf9d59e7ed51f0807fa9b05b6 Mon Sep 17 00:00:00 2001 From: Eyal Shilony Date: Sat, 11 Oct 2014 21:12:05 +0300 Subject: [PATCH] Fix a bug in Libra. --- libs/Libra-26/Dropdown.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/Libra-26/Dropdown.lua b/libs/Libra-26/Dropdown.lua index 0b6e1c5..ea80487 100644 --- a/libs/Libra-26/Dropdown.lua +++ b/libs/Libra-26/Dropdown.lua @@ -395,6 +395,7 @@ function Dropdown:AddButtonHook(info, level) button.tooltipLines = info.tooltipLines if info.attributes and not InCombatLockdown() then local secureButton = self.secureBin[1] + tremove(Dropdown.secureBin, 1) -- since this is a separate button, we need to set the disabled state on it too secureButton:SetEnabled(not info.disabled) secureButton:SetParent(button) -- 1.7.9.5