checkbox width bug, scroll canvas
This commit is contained in:
@@ -24,7 +24,7 @@ function UI.Checkbox:setParent()
|
||||
if not self.width and not self.ex then
|
||||
self.width = (self.label and #self.label or 0) + 3
|
||||
else
|
||||
self.widthh = 3
|
||||
self.width = 3
|
||||
end
|
||||
UI.Window.setParent(self)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user