Commit 9f570244 authored by Ivaria's avatar Ivaria
Browse files

Fixed combobox last item selection

parent 487a2521
......@@ -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();
......
......@@ -12,6 +12,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