From 303cea06c7d4f91270fc43d0be54c1b0d10f45f3 Mon Sep 17 00:00:00 2001 From: Hendrik Leppkes Date: Wed, 7 Jan 2009 15:42:29 +0100 Subject: [PATCH] Fixed the hotkey range-indicator --- ActionButton.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ActionButton.lua b/ActionButton.lua index 36cc669..892916c 100644 --- a/ActionButton.lua +++ b/ActionButton.lua @@ -197,7 +197,7 @@ function onUpdate(self, elapsed) if self.rangeTimer <= 0 then local valid = IsActionInRange(self.action) local hotkey = self.hotkey - local hkshown = (hotkey:GetText() == RANGE_INDICATOR and oor == "hotkey") + local hkshown = (hotkey:GetText() == RANGE_INDICATOR and Bartender4.db.profile.outofrange == "hotkey") if valid and hkshown then hotkey:Show() elseif hkshown then