mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-29 08:49:30 +00:00
Ensure that the buttons are redrawn when the bigmap is drawn on top
This commit is contained in:
parent
15ff7e7d1a
commit
0205a9b59c
@ -366,6 +366,9 @@ bool part_ui::render_floating_images()
|
|||||||
update_rect(old_ri.rect);
|
update_rect(old_ri.rect);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
back_button_.set_dirty();
|
||||||
|
next_button_.set_dirty();
|
||||||
|
play_button_.set_dirty();
|
||||||
|
|
||||||
if (!skip_)
|
if (!skip_)
|
||||||
{
|
{
|
||||||
@ -380,7 +383,6 @@ bool part_ui::render_floating_images()
|
|||||||
|
|
||||||
++fi_n;
|
++fi_n;
|
||||||
}
|
}
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user