from retail

This commit is contained in:
Bunny67
2020-07-16 23:23:54 +03:00
parent 85345af8a2
commit f9dab14beb
41 changed files with 3843 additions and 3869 deletions
@@ -101,7 +101,6 @@ local function ConstructModelPicker(frame)
childData.model_y = model_y;
WeakAuras.Add(childData);
WeakAuras.UpdateThumbnail(childData);
WeakAuras.SetIconNames(childData);
end
end
else
@@ -115,7 +114,6 @@ local function ConstructModelPicker(frame)
else
WeakAuras.Add(self.data);
WeakAuras.UpdateThumbnail(self.data);
WeakAuras.SetIconNames(self.data);
end
end
end
@@ -166,7 +164,7 @@ local function ConstructModelPicker(frame)
function group.Close()
frame.window = "default"
frame:UpdateFrameVisible()
AceConfigDialog:Open("WeakAuras", frame.container);
WeakAuras.FillOptions()
end
function group.CancelClose(self)
@@ -180,7 +178,6 @@ local function ConstructModelPicker(frame)
childData.model_y = group.givenY[childId];
WeakAuras.Add(childData);
WeakAuras.UpdateThumbnail(childData);
WeakAuras.SetIconNames(childData);
end
end
else