unitframes: remove focus flicker on mouseover

This commit is contained in:
shagu
2020-05-09 01:14:48 +02:00
parent e4923a683e
commit 50c085fb7b
+1 -1
View File
@@ -980,7 +980,7 @@ function pfUI.uf:CreateUnitFrame(unit, id, config, tick)
-- disable events for unknown unitstrings
if not pfValidUnits[unit .. id] then
f.unitname = unit
f.label, f.id = "mouseover", ""
f.label, f.id = "", ""
f.RegisterEvent = function() return end
end