Skip to content

Commit

Permalink
Fix [message][option] being black on hover (bug #24478)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vultraz committed Mar 13, 2016
1 parent 1fcf7ed commit 5010f54
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/gui/dialogs/wml_message.cpp
Expand Up @@ -61,6 +61,8 @@ void twml_message_::set_option_list(const std::vector<twml_message_option>& opti
*/
void twml_message_::pre_show(CVideo& /*video*/, twindow& window)
{
set_restore(true);

window.canvas(1).set_variable("portrait_image", variant(portrait_));
window.canvas(1).set_variable("portrait_mirror", variant(mirror_));

Expand Down

0 comments on commit 5010f54

Please sign in to comment.