(feat/MoverSizer): Rework Magnetic Edit
(cherry picked from commit 49badc3c83d222d6fa2bb8b0c13c861163e0e25d)
This commit is contained in:
parent
a43a6f1fae
commit
97a26222d0
6 changed files with 843 additions and 278 deletions
BIN
WeakAuras/Media/Textures/UI-ScrollBar-ScrollUpButton-Down.blp
Normal file
BIN
WeakAuras/Media/Textures/UI-ScrollBar-ScrollUpButton-Down.blp
Normal file
Binary file not shown.
Binary file not shown.
BIN
WeakAuras/Media/Textures/UI-ScrollBar-ScrollUpButton-Up.blp
Normal file
BIN
WeakAuras/Media/Textures/UI-ScrollBar-ScrollUpButton-Up.blp
Normal file
Binary file not shown.
File diff suppressed because it is too large
Load diff
|
|
@ -178,9 +178,13 @@ function OptionsPrivate.CreateFrame()
|
|||
OptionsPrivate.Private.personalRessourceDisplayFrame:OptionsClosed()
|
||||
end
|
||||
|
||||
if frame.dynamicTextCodesFrame then
|
||||
if frame.dynamicTextCodesFrame then
|
||||
frame.dynamicTextCodesFrame:Hide()
|
||||
end
|
||||
|
||||
if frame.moversizer then
|
||||
frame.moversizer:OptionsClosed()
|
||||
end
|
||||
end)
|
||||
|
||||
local width, height
|
||||
|
|
|
|||
|
|
@ -855,6 +855,10 @@ function WeakAuras.ShowOptions(msg)
|
|||
OptionsPrivate.Private.personalRessourceDisplayFrame:OptionsOpened();
|
||||
end
|
||||
|
||||
if frame.moversizer then
|
||||
frame.moversizer:OptionsOpened()
|
||||
end
|
||||
|
||||
if not(firstLoad) then
|
||||
-- Show what was last shown
|
||||
local suspended = OptionsPrivate.Private.PauseAllDynamicGroups()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue