Skip to content

Commit

Permalink
Ensure that the buttons are redrawn when the bigmap is drawn on top
Browse files Browse the repository at this point in the history
  • Loading branch information
aginor committed Aug 5, 2016
1 parent 15ff7e7 commit 0205a9b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/storyscreen/render.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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_)
{
Expand All @@ -380,7 +383,6 @@ bool part_ui::render_floating_images()

++fi_n;
}

return true;
#endif
}
Expand Down

0 comments on commit 0205a9b

Please sign in to comment.