From af390f9369f72c25279d52e460ad3faaad9903e6 Mon Sep 17 00:00:00 2001 From: guy Date: Thu, 1 Aug 1996 07:43:20 +0000 Subject: [PATCH] Corretto colore bottone di anteprima git-svn-id: svn://10.65.10.50/trunk@3307 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- ba/ba0.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/ba/ba0.cpp b/ba/ba0.cpp index d5dade177..a347226c8 100755 --- a/ba/ba0.cpp +++ b/ba/ba0.cpp @@ -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"); }