mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-27 08:24:44 +00:00
AceGUI remove GetSize
This commit is contained in:
@@ -28,7 +28,8 @@ local function dragdrop_OnMouseDown(frame, ...)
|
|||||||
if frame.obj.dragOnMouseDown then
|
if frame.obj.dragOnMouseDown then
|
||||||
dragdropButton.mouseDownFrame = frame
|
dragdropButton.mouseDownFrame = frame
|
||||||
dragdropButton:SetText(frame.obj.value or "Unknown")
|
dragdropButton:SetText(frame.obj.value or "Unknown")
|
||||||
dragdropButton:SetSize(frame:GetSize())
|
dragdropButton:SetWidth(frame:GetWidth())
|
||||||
|
dragdropButton:SetHeight(frame:SetHeight())
|
||||||
frame.obj.dragOnMouseDown(frame, unpack(arg))
|
frame.obj.dragOnMouseDown(frame, unpack(arg))
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
@@ -110,7 +111,7 @@ local methods = {
|
|||||||
self:SetWidth(self.text:GetStringWidth() + 30)
|
self:SetWidth(self.text:GetStringWidth() + 30)
|
||||||
end
|
end
|
||||||
end,
|
end,
|
||||||
|
|
||||||
["SetAutoWidth"] = function(self, autoWidth)
|
["SetAutoWidth"] = function(self, autoWidth)
|
||||||
self.autoWidth = autoWidth
|
self.autoWidth = autoWidth
|
||||||
if self.autoWidth then
|
if self.autoWidth then
|
||||||
|
|||||||
Reference in New Issue
Block a user