개정판 407b263a
issue #655: fix typo
Change-Id: I5d1c09d2303527b0b927ded7384fa50cc70403c5
DTI_PID/DTI_PID/OcrResultDialog.py | ||
---|---|---|
222 | 222 |
self.textInfoList[index].setText(splitText[index]) |
223 | 223 |
elif isSplit and not self.textInfoList: |
224 | 224 |
self.detect_text() |
225 |
if len(self.textInfoList) == len(splitText[index]):
|
|
225 |
if len(self.textInfoList) == len(splitText): |
|
226 | 226 |
for index in range(len(self.textInfoList)): |
227 | 227 |
self.textInfoList[index].setText(splitText[index]) |
228 | 228 |
else: |
내보내기 Unified diff