diff options
Diffstat (limited to 'src/text.cpp')
-rw-r--r-- | src/text.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/text.cpp b/src/text.cpp index 5a5a1250..b2f29966 100644 --- a/src/text.cpp +++ b/src/text.cpp @@ -71,6 +71,8 @@ void text::parse(const string& buffer, const string::size_type position, { decodeAndUnfold(buffer.begin() + position, buffer.begin() + end, *this); + setParsedBounds(position, end); + if (newPosition) *newPosition = end; } |