mirror of
https://github.com/cyberarm/cyberarm_engine.git
synced 2025-12-16 21:22:33 +00:00
Fixed checkmark not showing mark if it was set as checked when created
This commit is contained in:
@@ -4,7 +4,7 @@ module CyberarmEngine
|
|||||||
super(options[:checkmark], options, block)
|
super(options[:checkmark], options, block)
|
||||||
@checked = options[:checked] || false
|
@checked = options[:checked] || false
|
||||||
if @checked
|
if @checked
|
||||||
@text.text = options[:checkmark]
|
@text.text = @options[:checkmark]
|
||||||
else
|
else
|
||||||
@text.text = ""
|
@text.text = ""
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user