Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
omicron
VuhDo
Commits
774a9fa2
Commit
774a9fa2
authored
5 years ago
by
Ivaria
Browse files
Options
Download
Email Patches
Plain Diff
Added TODO to implement a real fix when there is time
parent
002fd8eb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
VuhDoOptions/VuhDoNewOptionsTabbedFrame.lua
VuhDoOptions/VuhDoNewOptionsTabbedFrame.lua
+4
-1
No files found.
VuhDoOptions/VuhDoNewOptionsTabbedFrame.lua
View file @
774a9fa2
...
...
@@ -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
());
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment