Reverting since this fixed one case but worsened the behaviour in others.
Revert "Fix bug #24261: Area under Objectives not redrawn on resize"
This reverts commit 3b3320b5b6
.
This commit is contained in:
parent
cb835fd40a
commit
10f5d9d713
1 changed files with 0 additions and 4 deletions
|
@ -63,10 +63,6 @@ void show_transient_message(CVideo& video,
|
|||
ttransient_message dlg(
|
||||
title, title_use_markup, message, message_use_markup, image);
|
||||
|
||||
#if SDL_VERSION_ATLEAST(2, 0, 0)
|
||||
dlg.set_restore(false);
|
||||
#endif
|
||||
|
||||
dlg.show(video);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue