From 8887d4ece5acf61c7f945a956ae7f29a4fc9f2cf Mon Sep 17 00:00:00 2001 From: Yves Rizoud Date: Wed, 14 Apr 2010 18:25:55 +0000 Subject: [PATCH] Palette: fix a harmless display problem after color reduce (introduced with histogram, which redesigned the window) git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1457 416bcca6-2ee7-4201-b75f-2eb2f807beb1 --- src/palette.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/palette.c b/src/palette.c index 9abbaf19..09e38f32 100644 --- a/src/palette.c +++ b/src/palette.c @@ -657,7 +657,7 @@ void Reduce_palette(short * used_colors,int nb_colors_asked,T_Palette palette,dw // Après avoir éjecté une couleur, on le fait savoir à l'utilisateur par // l'intermédiaire du compteur de nombre utilisées. Num2str(*used_colors,str,3); - Print_in_window(186,23,str,MC_Black,MC_Light); + Print_in_window(180,20,str,MC_Black,MC_Light); } // Maintenant, tous ces calculs doivent êtres pris en compte dans la