From 82f569ed2c8be82da1467ef59d9c9deccc9e5fa7 Mon Sep 17 00:00:00 2001 From: hidnplayr Date: Thu, 24 Apr 2014 11:58:04 +0000 Subject: [PATCH] MTDBG: Another bugfix in gui (draw colon before flags in correct color). git-svn-id: svn://kolibrios.org@4889 a494cfbc-eb01-0410-851d-a64ba20cac60 --- programs/develop/mtdbg/gui.inc | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/programs/develop/mtdbg/gui.inc b/programs/develop/mtdbg/gui.inc index 79db0c784..ca5faba1f 100644 --- a/programs/develop/mtdbg/gui.inc +++ b/programs/develop/mtdbg/gui.inc @@ -1011,15 +1011,11 @@ draw_main_registers: jz @f cmp [bSuspended], 0 jz @f - xor ecx, ecx - + mov ecx, COLOR_TXT_NORMAL @@: mov edx, aColon xor esi, esi inc esi - mov ecx, COLOR_TXT_INACTIVE - ;mov ebx, (registers_x_pos+10)*10000h + registers_y_pos+122 - ; draw a text string in the window, color in ecx mcall 4, (registers_x_pos+10)*10000h+registers_y_pos+122 mov edx, flags