From 3d3795bb0e3a9a7de8113a0354396f7b944730c4 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sun, 28 Sep 2003 22:06:23 +0000 Subject: Hotspot improvements from Simon, including setting to limit hotspots to a single line. --- src/Document.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Document.h') diff --git a/src/Document.h b/src/Document.h index bcdbe00ca..4b44655f3 100644 --- a/src/Document.h +++ b/src/Document.h @@ -220,7 +220,7 @@ public: bool IsWordPartSeparator(char ch); int WordPartLeft(int pos); int WordPartRight(int pos); - int ExtendStyleRange(int pos, int delta); + int ExtendStyleRange(int pos, int delta, bool singleLine = false); int ParaUp(int pos); int ParaDown(int pos); -- cgit v1.2.3