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:
Andreas Löf 2016-01-17 08:02:38 +13:00
parent cb835fd40a
commit 10f5d9d713

View file

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