From 7046bd74df7ee7ca309579563692c0ba1b87c8a6 Mon Sep 17 00:00:00 2001 From: William Kendrick Date: Mon, 21 Jul 2003 20:47:49 +0000 Subject: [PATCH] Fixed brush scrollbar bug in 800x600 mode. (Shin-Ichi) --- src/tuxpaint.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tuxpaint.c b/src/tuxpaint.c index b4a75c496..548b3cb8f 100644 --- a/src/tuxpaint.c +++ b/src/tuxpaint.c @@ -5095,7 +5095,7 @@ void draw_brushes(void) if (num_brushes > 14 + TOOLOFFSET) { off_y = 24; - max = 12; + max = 12 + TOOLSET; dest.x = WINDOW_WIDTH - 96; dest.y = 40;