git
/
wowui.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
eeb4189 - Update all bars after loading
[wowui.git]
/
OmaRF
/
RaidFrame.lua
diff --git
a/OmaRF/RaidFrame.lua
b/OmaRF/RaidFrame.lua
index
078280d
..
cb2c3a2
100644
(file)
--- a/
OmaRF/RaidFrame.lua
+++ b/
OmaRF/RaidFrame.lua
@@
-57,7
+57,7
@@
local function setupIndicators(frame)
if i == 1 then
frame.major[i]:SetPoint("TOPLEFT", frame.major, "TOPLEFT");
else
if i == 1 then
frame.major[i]:SetPoint("TOPLEFT", frame.major, "TOPLEFT");
else
- frame.major[i]:SetPoint("TOPLEFT", frame.major[i-1], "TOP
LEF
T");
+ frame.major[i]:SetPoint("TOPLEFT", frame.major[i-1], "TOP
RIGH
T");
end
frame.major[i]:SetWidth(indSize*2);
frame.major[i]:SetHeight(indSize*2);
end
frame.major[i]:SetWidth(indSize*2);
frame.major[i]:SetHeight(indSize*2);
@@
-90,6
+90,7
@@
local function frameShow(frame)
frame:RegisterEvent("UNIT_PET");
frame:RegisterEvent("PLAYER_ROLES_ASSIGNED");
frame:RegisterEvent("GROUP_ROSTER_UPDATE");
frame:RegisterEvent("UNIT_PET");
frame:RegisterEvent("PLAYER_ROLES_ASSIGNED");
frame:RegisterEvent("GROUP_ROSTER_UPDATE");
+ frame:RegisterEvent("PLAYER_ENTERING_WORLD");
registerEvents(frame);
frame:SetScript("OnUpdate", unitUpdate);
unitEvent(frame, "UPDATE_ALL_BARS", frame.displayed);
registerEvents(frame);
frame:SetScript("OnUpdate", unitUpdate);
unitEvent(frame, "UPDATE_ALL_BARS", frame.displayed);