mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-08 21:54:58 +00:00
Animation editor now uses proper animation data, misc other code tweaks to animation editor
This commit is contained in:
@@ -33,6 +33,7 @@ class UIControls::List < UIControls::BaseControl
|
||||
else
|
||||
self.top_row = 0
|
||||
end
|
||||
self.selected = -1 if @selected >= @values.length
|
||||
invalidate
|
||||
end
|
||||
|
||||
@@ -202,6 +203,7 @@ class UIControls::List < UIControls::BaseControl
|
||||
end
|
||||
|
||||
def update
|
||||
return if !self.visible
|
||||
super
|
||||
# TODO: Disabled control stuff.
|
||||
# return if self.disabled
|
||||
|
||||
Reference in New Issue
Block a user