From 1a5de9ff9b7af53f9f8306c6a354aaa87779805d Mon Sep 17 00:00:00 2001 From: celestar Date: Fri, 29 Jul 2005 15:55:14 +0000 Subject: [PATCH] (svn r2747) -Fix: r2736 broke the newpaper display. Sorry. --- news_gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/news_gui.c b/news_gui.c index c671deaa2e..612483174f 100644 --- a/news_gui.c +++ b/news_gui.c @@ -136,7 +136,7 @@ static void NewsWindowProc(Window *w, WindowEvent *e) vp = w->viewport; GfxFillRect(vp->left - w->left, vp->top - w->top, vp->left - w->left + vp->width - 1, vp->top - w->top + vp->height - 1, - ni->flags & NF_INCOLOR ? 0x4322 : 0x4323 + (ni->flags & NF_INCOLOR ? 0x322 : 0x323) | USE_COLORTABLE ); COPY_IN_DPARAM(0, ni->params, lengthof(ni->params));