diff options
author | Neil <nyamatongwe@gmail.com> | 2021-04-20 10:57:59 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2021-04-20 10:57:59 +1000 |
commit | 79585e218c40f9010601e8af442b573ece40c5ea (patch) | |
tree | d64cab27d7ee75ef5a2a2e567dbe9c8ebd3823e9 /src/ScintillaBase.cxx | |
parent | ed434975e5de00e91718b075f04492f69c1bb04a (diff) | |
download | scintilla-mirror-79585e218c40f9010601e8af442b573ece40c5ea.tar.gz |
Bug [#2027]. Implement font locale SCI_SETFONTLOCALE on Win32 using DirectWrite.
Diffstat (limited to 'src/ScintillaBase.cxx')
-rw-r--r-- | src/ScintillaBase.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ScintillaBase.cxx b/src/ScintillaBase.cxx index e2fb58206..72bb5f6e0 100644 --- a/src/ScintillaBase.cxx +++ b/src/ScintillaBase.cxx @@ -478,6 +478,7 @@ void ScintillaBase::CallTipShow(Point pt, const char *defn) { CodePage(), vs.styles[ctStyle].characterSet, vs.technology, + vs.localeName.c_str(), wMain); // If the call-tip window would be out of the client // space |