mirror of
https://github.com/TimeCrafters/timecrafters_configuration_tool_desktop.git
synced 2025-12-15 05:22:34 +00:00
Actually fix highlight animator not triggering repaint
This commit is contained in:
@@ -626,8 +626,6 @@ module TAC
|
||||
super
|
||||
|
||||
unless @highlight_animator.complete?
|
||||
current_state.request_repaint
|
||||
|
||||
item = @highlight_item_container
|
||||
|
||||
Gosu.draw_rect(
|
||||
@@ -642,6 +640,8 @@ module TAC
|
||||
def update
|
||||
super
|
||||
|
||||
current_state.request_repaint unless @highlight_animator.complete?
|
||||
|
||||
while (hash = @scroll_into_view_list.shift)
|
||||
list_container = hash[:list]
|
||||
item_container = hash[:item]
|
||||
|
||||
Reference in New Issue
Block a user