aboutsummaryrefslogtreecommitdiff
path: root/src/scintilla_backports/6183_3e2dd5970075.patch
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2017-06-17 18:09:23 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2017-06-17 18:09:23 -0400
commitc79314c9bd8efc6e521664bf4de182370c436c09 (patch)
tree9ce81d4de67843af7f293c2dc556e9c6e257bcb9 /src/scintilla_backports/6183_3e2dd5970075.patch
parentb82ab307b7ee8bcc547aa076c17355ad7bb7ea24 (diff)
downloadtextadept-c79314c9bd8efc6e521664bf4de182370c436c09.tar.gz
textadept-c79314c9bd8efc6e521664bf4de182370c436c09.zip
Effectively updated to Scintilla 3.7.5 with select backports to 3.7.3.
Diffstat (limited to 'src/scintilla_backports/6183_3e2dd5970075.patch')
-rw-r--r--src/scintilla_backports/6183_3e2dd5970075.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/scintilla_backports/6183_3e2dd5970075.patch b/src/scintilla_backports/6183_3e2dd5970075.patch
new file mode 100644
index 00000000..e8da9fe3
--- /dev/null
+++ b/src/scintilla_backports/6183_3e2dd5970075.patch
@@ -0,0 +1,18 @@
+# HG changeset patch
+# User Neil <nyamatongwe@gmail.com>
+# Date 1492139205 -36000
+# Node ID 3e2dd597007504f8745a3fed53ccba9bbe611265
+# Parent 7c132e9340ce3425120c0c84820461d238f0560a
+Ensure capitalHeight initialised.
+
+diff -r 7c132e9340ce -r 3e2dd5970075 src/Style.cxx
+--- a/src/Style.cxx Wed Apr 12 17:37:25 2017 +1000
++++ b/src/Style.cxx Fri Apr 14 13:06:45 2017 +1000
+@@ -68,6 +68,7 @@
+ void FontMeasurements::Clear() {
+ ascent = 1;
+ descent = 1;
++ capitalHeight = 1;
+ aveCharWidth = 1;
+ spaceWidth = 1;
+ sizeZoomed = 2;