Fix [message][option] being black on hover (bug #24478)

This commit is contained in:
Charles Dang 2016-03-13 21:15:52 +11:00
parent 1fcf7ed993
commit 5010f54e11

View file

@ -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_));