mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2026-03-12 03:12:01 +00:00
Animation editor now uses proper animation data, misc other code tweaks to animation editor
This commit is contained in:
@@ -15,9 +15,9 @@ class UIControls::Checkbox < UIControls::BaseControl
|
||||
@value = value
|
||||
end
|
||||
|
||||
def value=(val)
|
||||
return if @value == val
|
||||
@value = val
|
||||
def value=(new_value)
|
||||
return if @value == new_value
|
||||
@value = new_value
|
||||
invalidate
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user