diff options
author | Neil Hodgson <nyamatongwe@gmail.com> | 2014-09-05 14:29:55 +1000 |
---|---|---|
committer | Neil Hodgson <nyamatongwe@gmail.com> | 2014-09-05 14:29:55 +1000 |
commit | 1ffdaa71cc8adda5188c45d819ca005e201bcad2 (patch) | |
tree | bcdb8ae38b33f85907652ff848bef2999c04efa3 /src/EditView.h | |
parent | ea21910bb2ce0a77229321fdbc7a6e578efccb98 (diff) | |
download | scintilla-mirror-1ffdaa71cc8adda5188c45d819ca005e201bcad2.tar.gz |
Bug [#1652]. Revert to allowing fractional tab stops.
Diffstat (limited to 'src/EditView.h')
-rw-r--r-- | src/EditView.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/EditView.h b/src/EditView.h index dfcf3160c..733612e8e 100644 --- a/src/EditView.h +++ b/src/EditView.h @@ -86,7 +86,7 @@ public: bool LinesOverlap() const; void ClearAllTabstops(); - int NextTabstopPos(int line, int x, int tabWidth) const; + XYPOSITION NextTabstopPos(int line, XYPOSITION x, XYPOSITION tabWidth) const; bool ClearTabstops(int line); bool AddTabstop(int line, int x); int GetNextTabstop(int line, int x) const; |