aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Editor.cxx
diff options
context:
space:
mode:
authorNeil <unknown>2015-04-14 10:07:12 +1000
committerNeil <unknown>2015-04-14 10:07:12 +1000
commit1197075ff12ff8dbd1f4e87a58d8bd70b806e99f (patch)
tree96397d96a53e696aa901cfa2f99f15a5a731b9fb /src/Editor.cxx
parent5b4b87fca48a3717b73a6153dfb62adba04fb96a (diff)
downloadscintilla-mirror-1197075ff12ff8dbd1f4e87a58d8bd70b806e99f.tar.gz
Ensure SCI_TEXTHEIGHT uses valid style data and remove test pauses that
hid this.
Diffstat (limited to 'src/Editor.cxx')
-rw-r--r--src/Editor.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Editor.cxx b/src/Editor.cxx
index 2f2458861..77d9ce5e7 100644
--- a/src/Editor.cxx
+++ b/src/Editor.cxx
@@ -6227,6 +6227,7 @@ sptr_t Editor::WndProc(unsigned int iMessage, uptr_t wParam, sptr_t lParam) {
return TextWidth(static_cast<int>(wParam), CharPtrFromSPtr(lParam));
case SCI_TEXTHEIGHT:
+ RefreshStyleData();
return vs.lineHeight;
case SCI_SETENDATLASTLINE: