Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug fixed #99

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Bug fixed #99

wants to merge 3 commits into from

Conversation

yes-github
Copy link
Collaborator

1、修复删除图片导致的bug
2、删除影响正常图片标记的tooltip

@@ -2584,6 +2586,8 @@ def deleteImg(self):
imgidx = self.getImglabelidx(self.filePath)
if imgidx in self.PPlabel.keys():
self.PPlabel.pop(imgidx)

self.filePath = None
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

修复删除图片导致的bug,是通过这一行实现的吗

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants