Commit f12f4d7d authored by Bill Medland's avatar Bill Medland Committed by Alexandre Julliard

No need for the fixme on a simple TBSTYLE_SEP.

parent 66760060
......@@ -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);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment