From 22d4ae38a02065f6f36c9ab0677a3c7221c99d9f Mon Sep 17 00:00:00 2001 From: "peterv%propagandism.org" Date: Thu, 24 May 2007 13:00:53 +0000 Subject: [PATCH] Fix for bug 372544 ([Midas] Tab spacing is inconsistent). Patch by Mathieu Fenniak (mfenniak-moz@mathieu.fenniak.net), r/sr=me. git-svn-id: svn://10.0.0.236/trunk@226946 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/editor/libeditor/html/nsWSRunObject.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/editor/libeditor/html/nsWSRunObject.cpp b/mozilla/editor/libeditor/html/nsWSRunObject.cpp index 585ae777f65..ac5c1ca921e 100644 --- a/mozilla/editor/libeditor/html/nsWSRunObject.cpp +++ b/mozilla/editor/libeditor/html/nsWSRunObject.cpp @@ -877,7 +877,7 @@ nsWSRunObject::GetWSNodes() mFirstNBSPOffset = pos; } } - end.SetPoint(mNode,pos); + end.SetPoint(mNode,pos+1); } } }