From 247b228141a1af46c6df5e542af5acb9899b7471 Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Sun, 29 Nov 2009 21:43:31 +0000 Subject: [PATCH] fixed issue #261 git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1229 416bcca6-2ee7-4201-b75f-2eb2f807beb1 --- palette.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/palette.c b/palette.c index e58ff380..8c84ed8c 100644 --- a/palette.c +++ b/palette.c @@ -2116,6 +2116,8 @@ void Button_Palette(void) Block(Window_pos_X+(Menu_factor_X*261),Window_pos_Y+(Menu_factor_Y*58),Menu_factor_X*32,Menu_factor_Y*7,MC_Light); Num2str(Fore_color,str,3); Print_in_window(237,58,str,MC_Black,MC_Light); + Num2str(color_usage[Fore_color], str, 6); + Print_in_window(222, 33, str, MC_Black, MC_Light); // Affichage des jauges Display_sliders(red_slider,green_slider,blue_slider,0,working_palette);