From ecc5d648dfefd7949b7508c724790dd452814fb2 Mon Sep 17 00:00:00 2001 From: frosch Date: Sat, 28 Jun 2008 15:44:24 +0000 Subject: (svn r13649) -Codechange: Split the GfxFillRect() special flags from 'color' into their own parameter. --- src/widgets/dropdown.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/widgets') diff --git a/src/widgets/dropdown.cpp b/src/widgets/dropdown.cpp index d0c5d04b7..ff2943214 100644 --- a/src/widgets/dropdown.cpp +++ b/src/widgets/dropdown.cpp @@ -146,7 +146,7 @@ struct DropdownWindow : Window { if (item->masked) { GfxFillRect(x, y, x + width, y + item_height - 1, - (1 << PALETTE_MODIFIER_GREYOUT) | _colour_gradient[this->widget[0].color][5] + _colour_gradient[this->widget[0].color][5], FILLRECT_CHECKER ); } } else { -- cgit v1.2.3-54-g00ecf