mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-30 12:31:41 +09:00
Added radio buttons to extent check boxs
This commit is contained in:
@@ -29,7 +29,10 @@ function Button.new_button(name)
|
||||
style=mod_gui.button_style,
|
||||
type='button'
|
||||
}
|
||||
},{__index=Button._prototype})
|
||||
},{
|
||||
__index=Button._prototype,
|
||||
__call=function(element) return Button.config[uid]:draw_to(element) end
|
||||
})
|
||||
Button.config[uid] = self
|
||||
|
||||
if name then
|
||||
|
||||
Reference in New Issue
Block a user