aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32/ScintillaWin.cxx
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2018-05-23 16:59:41 +1000
committerNeil <nyamatongwe@gmail.com>2018-05-23 16:59:41 +1000
commit071602224b06d3bc65b8eda49ec8f589ccf66159 (patch)
treec7e84825e23691624609d1b8d7200eeab41fd41e /win32/ScintillaWin.cxx
parent7ee2a70c18f899a4845621622241adc578b0400c (diff)
downloadscintilla-mirror-071602224b06d3bc65b8eda49ec8f589ccf66159.tar.gz
Implement bidirectional mode bidiL2R for DirectDraw on Win32.
Diffstat (limited to 'win32/ScintillaWin.cxx')
-rw-r--r--win32/ScintillaWin.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/ScintillaWin.cxx b/win32/ScintillaWin.cxx
index d60e2b31c..faab3844e 100644
--- a/win32/ScintillaWin.cxx
+++ b/win32/ScintillaWin.cxx
@@ -3364,6 +3364,7 @@ LRESULT PASCAL ScintillaWin::CTWndProc(
}
surfaceWindow->SetUnicodeMode(SC_CP_UTF8 == sciThis->ct.codePage);
surfaceWindow->SetDBCSMode(sciThis->ct.codePage);
+ surfaceWindow->SetBidiR2L(sciThis->BidirectionalR2L());
sciThis->ct.PaintCT(surfaceWindow.get());
#if defined(USE_D2D)
if (pCTRenderTarget)