From 1ffdaa71cc8adda5188c45d819ca005e201bcad2 Mon Sep 17 00:00:00 2001 From: Neil Hodgson Date: Fri, 5 Sep 2014 14:29:55 +1000 Subject: Bug [#1652]. Revert to allowing fractional tab stops. --- src/EditView.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/EditView.h') 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; -- cgit v1.2.3