mirror of
https://github.com/brues-code/pfUI.git
synced 2026-09-22 15:46:56 +00:00
unitframes: remove focus flicker on mouseover
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user