No need for the fixme on a simple TBSTYLE_SEP.

This commit is contained in:
Bill Medland 2002-03-20 22:49:44 +00:00 committed by Alexandre Julliard
parent 66760060b3
commit f12f4d7d0c
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}