aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authornyamatongwe <unknown>2000-05-07 13:43:52 +0000
committernyamatongwe <unknown>2000-05-07 13:43:52 +0000
commit935196715d87afe9facd1052899d95e3c2289936 (patch)
tree4b993a5427da650e7a2dcdcf9c40e92625f4e8ec /src
parent24effbe84b6df2458784613b7eddb39af8c191bf (diff)
downloadscintilla-mirror-935196715d87afe9facd1052899d95e3c2289936.tar.gz
Scintilla.iface works now for SciMoz.
makefile made nicer with $@ always used for output
Diffstat (limited to 'src')
-rw-r--r--src/ScintillaBase.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ScintillaBase.cxx b/src/ScintillaBase.cxx
index 972e4fbff..87b84f706 100644
--- a/src/ScintillaBase.cxx
+++ b/src/ScintillaBase.cxx
@@ -390,6 +390,7 @@ LRESULT ScintillaBase::WndProc(UINT iMessage, WPARAM wParam, LPARAM lParam) {
case SCI_COLOURISE:
Colourise(wParam, lParam);
+ Redraw();
break;
case SCI_SETPROPERTY: