Corretto colore bottone di anteprima

git-svn-id: svn://10.65.10.50/trunk@3307 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
guy 1996-08-01 07:43:20 +00:00
parent acc9fff7e3
commit af390f9369

View File

@ -194,6 +194,7 @@ void TColor_mask::update()
set_pen(p = get_color_entry("ButtonLight"));
set_brush(b = get_color_entry("ButtonBack"));
frame(x+3, y+7, x+w-3, y+8, 0);
set_color(get_color_entry("Normal"), b);
stringat(x+4, y+7, "Bottone normale");
}