From 6f464db06319ee618345d0ed7bd308c77e861207 Mon Sep 17 00:00:00 2001 From: William Kendrick Date: Fri, 14 Jan 2005 10:22:06 +0000 Subject: [PATCH] I give up! Not sure how this new code works; time for bed!!! --- src/tuxpaint.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tuxpaint.c b/src/tuxpaint.c index 92b9bd428..9cc697367 100644 --- a/src/tuxpaint.c +++ b/src/tuxpaint.c @@ -2587,7 +2587,7 @@ static void mainloop(void) tmp_int = tool_avail[TOOL_NEW]; disable_avail_tools(); draw_toolbar(); - draw_colors(COLORSEL_DISABLE); // was COLORSEL_CLOBBER; bjk 2005.01.14 + draw_colors(COLORSEL_CLOBBER); draw_none(); tmp_int = do_open(tmp_int);