Framework update
This commit is contained in:
@@ -322,11 +322,12 @@ detailsFramework.FrameContainerMixin = {
|
||||
|
||||
frameContainer:CheckResizeLockedState()
|
||||
frameContainer:CheckMovableLockedState()
|
||||
if (DF.IsClassicWow()) then
|
||||
|
||||
if (frameContainer.SetMinResize) then --old versions of the game uses this method
|
||||
frameContainer:SetMinResize(50, 50)
|
||||
frameContainer:SetMaxResize(1000,1000)
|
||||
else
|
||||
frameContainer:SetResizeBounds(50, 50, 1000, 1000)
|
||||
frameContainer:SetResizeBounds(50, 50, 1000, 1000) --new versions has this method
|
||||
end
|
||||
end,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user