aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.iface
diff options
context:
space:
mode:
Diffstat (limited to 'include/Scintilla.iface')
-rw-r--r--include/Scintilla.iface2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index d1107388f..b4c52801d 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -1032,7 +1032,7 @@ fun void WordPartRightExtend=2393(,)
# Constants for use with SetVisiblePolicy
val VISIBLE_SLOP=0x01
-#val VISIBLE_CENTER=0x02
+val VISIBLE_CENTER=0x02
val VISIBLE_STRICT=0x04
# Set the way the display area is determined when a particular line is to be moved to.
fun void SetVisiblePolicy=2394(int visiblePolicy, int visibleSlop)