[bug fix] KIE模式下关键字无法保存

https://github.com/PaddlePaddle/PaddleOCR/issues/7753
autoSaveFunc(self)修改后没有对shape进行保存
pull/7778/head
whjdark 2022-09-29 16:09:43 +08:00 committed by GitHub
parent f699d787ff
commit 2ff9055c1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -2715,6 +2715,10 @@ class MainWindow(QMainWindow):
self._update_shape_color(shape)
self.keyDialog.addLabelHistory(key_text)
# save changed shape
self.singleLabel(shape)
self.setDirty()
def undoShapeEdit(self):
self.canvas.restoreShape()