From f12f4d7d0c454f8cec532f5ddf92679f7ee750dd Mon Sep 17 00:00:00 2001 From: Bill Medland Date: Wed, 20 Mar 2002 22:49:44 +0000 Subject: [PATCH] No need for the fixme on a simple TBSTYLE_SEP. --- dlls/comctl32/toolbar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/comctl32/toolbar.c b/dlls/comctl32/toolbar.c index 35f6ad2b8d1..6236e7995e8 100644 --- a/dlls/comctl32/toolbar.c +++ b/dlls/comctl32/toolbar.c @@ -640,7 +640,7 @@ TOOLBAR_DrawButton (HWND hwnd, TBUTTON_INFO *btnPtr, HDC hdc) else TOOLBAR_DrawFlatSeparator (&rc, hdc); } - else { + else if (btnPtr->fsStyle != TBSTYLE_SEP) { FIXME("Draw some kind of separator: fsStyle=%x\n", btnPtr->fsStyle); }