Fixed overdrawing on BorderCanvas for left side, fixed BackgroundImage fill mode not filling correctly, fixed Progress in marquee mode not request repaint each frame.

This commit is contained in:
2023-01-11 15:05:58 -06:00
parent 458731a534
commit e3b8a9b102
3 changed files with 4 additions and 3 deletions

View File

@@ -52,6 +52,7 @@ module CyberarmEngine
@marquee_animation_time = Gosu.milliseconds if @marquee_offset > range
update_background
root.gui_state.request_repaint
end
def type=(type)