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 | fd6f558374a70cd51e4395f0c761c4586d687984 (patch) | |
tree | 2cc302232e23f8227ce162f4412f0252a5ae2e75 /src/EditView.h | |
parent | e2144921e8113a36f01ae029af0ce7924f233613 (diff) | |
download | scintilla-mirror-fd6f558374a70cd51e4395f0c761c4586d687984.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; |