Ensure that the buttons are redrawn when the bigmap is drawn on top

This commit is contained in:
Andreas Löf 2016-08-05 21:34:35 +12:00
parent 15ff7e7d1a
commit 0205a9b59c

View File

@ -366,6 +366,9 @@ bool part_ui::render_floating_images()
update_rect(old_ri.rect);
}
}
back_button_.set_dirty();
next_button_.set_dirty();
play_button_.set_dirty();
if (!skip_)
{
@ -380,7 +383,6 @@ bool part_ui::render_floating_images()
++fi_n;
}
return true;
#endif
}