Commit c6380006 authored by Ivaria's avatar Ivaria
Browse files

Merge branch 'master' into tbcc

parents 45925317 9f570244
......@@ -307,15 +307,14 @@ end
--
do
local sLastComboItem = nil;
local sLastComboItem = nil;
function VUHDO_lnfSetLastComboItem(anItem)
sLastComboItem = anItem:GetName();
end
function VUHDO_lnfSetLastComboItem(anItem)
sLastComboItem = anItem:GetName();
end
--
function VUHDO_lnfIsLastComboIten()
local tFocus = GetMouseFocus();
......
......@@ -31,6 +31,7 @@ Known issues:
Bugfixes:
-- Fixed minimap icon visibility toggle
-- Fixed loading of custom debuff settings on profile change
-- Fixed combobox last item selection
Improvements:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment