Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
zufuliu committed Aug 10, 2018
1 parent 67d980c commit 5877580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scintilla/win32/PlatWin.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ FontCached::FontCached(const FontParameters &fp) :
HRESULT hr = pIDWriteFactory->CreateTextFormat(wszFace, nullptr,
static_cast<DWRITE_FONT_WEIGHT>(fp.weight),
style,
DWRITE_FONT_STRETCH_NORMAL, fHeight, L"en-us", &pTextFormat);
DWRITE_FONT_STRETCH_NORMAL, fHeight, L"", &pTextFormat);
if (SUCCEEDED(hr)) {
pTextFormat->SetWordWrapping(DWRITE_WORD_WRAPPING_NO_WRAP);

Expand Down

0 comments on commit 5877580

Please sign in to comment.