Merge "Fix for bug 6716343. Use correct offset for mPos reset. DO NOT MERGE" into jb-dev
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