Commit 774a9fa2 authored by Ivaria's avatar Ivaria
Browse files

Added TODO to implement a real fix when there is time

parent 002fd8eb
......@@ -222,7 +222,10 @@ function VUHDO_initOptionsSettings()
["scale"] = 1;
};
end
-- workaround the bug introduced in 8.2 that causes issues moving frame
-- essentially create an proxy frame and then move the main frame on drag stop
-- TODO: fix the root cause so we can go back to actually moving the frame
local overlay = CreateFrame("Frame", "VuhDoDragOverlay", UIParent);
overlay:ClearAllPoints();
overlay:SetPoint(VuhDoNewOptionsTabbedFrame:GetPoint());
......
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