Merge pull request #511 from Flamanis/Port-to-Era
First pass on attempting to work on Classic_Era
This commit is contained in:
@@ -322,7 +322,12 @@ detailsFramework.FrameContainerMixin = {
|
||||
|
||||
frameContainer:CheckResizeLockedState()
|
||||
frameContainer:CheckMovableLockedState()
|
||||
frameContainer:SetResizeBounds(50, 50, 1000, 1000)
|
||||
if (DF.IsClassicWow()) then
|
||||
frameContainer:SetMinResize(50, 50)
|
||||
frameContainer:SetMaxResize(1000,1000)
|
||||
else
|
||||
frameContainer:SetResizeBounds(50, 50, 1000, 1000)
|
||||
end
|
||||
end,
|
||||
|
||||
---run when the container has its size changed
|
||||
|
||||
Reference in New Issue
Block a user