From 5e836dc08fda6ed21bc8855e89a41ae6d87f8ee1 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Wed, 19 Dec 2001 07:26:34 +0000 Subject: Support Unicode in calltips. --- src/ScintillaBase.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/ScintillaBase.cxx') diff --git a/src/ScintillaBase.cxx b/src/ScintillaBase.cxx index eb882cfad..fe732cabd 100644 --- a/src/ScintillaBase.cxx +++ b/src/ScintillaBase.cxx @@ -491,7 +491,8 @@ sptr_t ScintillaBase::WndProc(unsigned int iMessage, uptr_t wParam, sptr_t lPara PRectangle rc = ct.CallTipStart(currentPos, pt, reinterpret_cast(lParam), vs.styles[STYLE_DEFAULT].fontName, - vs.styles[STYLE_DEFAULT].sizeZoomed); + vs.styles[STYLE_DEFAULT].sizeZoomed, + IsUnicodeMode()); // If the call-tip window would be out of the client // space, adjust so it displays above the text. PRectangle rcClient = GetClientRectangle(); -- cgit v1.2.3