Fix [message][option] being black on hover (bug #24478)
This commit is contained in:
parent
1fcf7ed993
commit
5010f54e11
1 changed files with 2 additions and 0 deletions
|
@ -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_));
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue