(feat/MoverSizer): Rework Magnetic Edit
(cherry picked from commit 49badc3c83d222d6fa2bb8b0c13c861163e0e25d)
This commit is contained in:
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()
|
||||
|
||||
Reference in New Issue
Block a user