mirror of
https://github.com/kepler155c/opus
synced 2025-09-01 18:38:04 +00:00
ui checkbox oops
This commit is contained in:
@@ -3077,6 +3077,8 @@ UI.Checkbox.defaults = {
|
||||
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
|
||||
end
|
||||
UI.Window.setParent(self)
|
||||
end
|
||||
|
Reference in New Issue
Block a user