(feat/MoverSizer): Rework Magnetic Edit

(cherry picked from commit 49badc3c83d222d6fa2bb8b0c13c861163e0e25d)
This commit is contained in:
NoM0Re
2025-10-25 08:13:01 +02:00
committed by andrew6180
parent a43a6f1fae
commit 97a26222d0
6 changed files with 843 additions and 278 deletions
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
+4
View File
@@ -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()