未验证 提交 e3a58399 编写于 作者: E Evezerest 提交者: GitHub

Merge pull request #7778 from whjdark/patch-2

[bug fix] KIE模式下关键字无法保存
......@@ -2715,6 +2715,9 @@ class MainWindow(QMainWindow):
self._update_shape_color(shape)
self.keyDialog.addLabelHistory(key_text)
# save changed shape
self.setDirty()
def undoShapeEdit(self):
self.canvas.restoreShape()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册