Skip to content

Commit

Permalink
Update check state of the annotated image in saveLabels
Browse files Browse the repository at this point in the history
  • Loading branch information
wkentaro committed Jul 30, 2018
1 parent 5b3a70f commit 90ba63d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions labelme/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -787,6 +787,10 @@ def format_shape(s):
flags=flags,
)
self.labelFile = lf
item = self.fileListWidget.findItems(
self.imagePath, Qt.MatchExactly
)[0]
item.setCheckState(Qt.Checked)
# disable allows next and previous image to proceed
# self.filename = filename
return True
Expand Down

0 comments on commit 90ba63d

Please sign in to comment.