am 00139b22: Merge "Fix for bug 6716343. Use correct offset for mPos reset. DO NOT MERGE" into jb-dev
* commit '00139b2238562780d66c2ebb8a0675fbe7d896b7': Fix for bug 6716343. Use correct offset for mPos reset. DO NOT MERGE
This commit is contained in:
@@ -83,7 +83,7 @@ class MeasuredText {
|
||||
}
|
||||
|
||||
void setPos(int pos) {
|
||||
mPos = pos;
|
||||
mPos = pos - mTextStart;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user