[CPL][INPUT] Fix bullet (#2124)

CORE-13807
This commit is contained in:
Katayama Hirofumi MZ
2019-12-02 18:04:41 +09:00
committed by GitHub
parent 55aed4f8fa
commit 4420f4e0ca
+1 -1
View File
@@ -64,7 +64,7 @@ CreateLayoutIcon(LPWSTR szLayout, BOOL bIsDefault)
ExtTextOutW(hdc, rect.left, rect.top, ETO_OPAQUE, &rect, L"", 0, NULL);
SelectObject(hdc, hFont);
DrawTextW(hdc, L"\x2022", 1, &rect, DT_SINGLELINE | DT_CENTER | DT_VCENTER);
DrawFrameControl(hdc, &rect, DFC_MENU, DFCS_MENUBULLET);
}
else
{