From: Holger Schemel Date: Fri, 17 Feb 2023 19:01:58 +0000 (+0100) Subject: fixed redraw bug with closed text envelope in MM engine X-Git-Tag: 4.3.5.1~16 X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=commitdiff_plain;h=e2c85f7a96792c28d8e0d13ebd89ea183143c118 fixed redraw bug with closed text envelope in MM engine --- diff --git a/src/tools.c b/src/tools.c index 4ebf19bb..50846337 100644 --- a/src/tools.c +++ b/src/tools.c @@ -3011,6 +3011,9 @@ void ShowEnvelope_MM(int envelope_nr) ShowEnvelope(envelope_nr); SetDrawtoField(DRAW_TO_BACKBUFFER); + + BlitBitmap(bitmap_db_field, backbuffer, REAL_SX, REAL_SY, + FULL_SXSIZE, FULL_SYSIZE, REAL_SX, REAL_SY); } static void PrepareEnvelopeRequestToScreen(Bitmap *bitmap, int sx, int sy,