No need for the fixme on a simple TBSTYLE_SEP.
This commit is contained in:
parent
66760060b3
commit
f12f4d7d0c
|
@ -640,7 +640,7 @@ TOOLBAR_DrawButton (HWND hwnd, TBUTTON_INFO *btnPtr, HDC hdc)
|
||||||
else
|
else
|
||||||
TOOLBAR_DrawFlatSeparator (&rc, hdc);
|
TOOLBAR_DrawFlatSeparator (&rc, hdc);
|
||||||
}
|
}
|
||||||
else {
|
else if (btnPtr->fsStyle != TBSTYLE_SEP) {
|
||||||
FIXME("Draw some kind of separator: fsStyle=%x\n",
|
FIXME("Draw some kind of separator: fsStyle=%x\n",
|
||||||
btnPtr->fsStyle);
|
btnPtr->fsStyle);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue