Skip to content

Commit

Permalink
Fix label list order changes
Browse files Browse the repository at this point in the history
  • Loading branch information
wkentaro committed Aug 9, 2018
1 parent da5901e commit 394dee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion labelme/widgets/label_qlist_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def dropEvent(self, event):
if self.canvas is None:
raise RuntimeError('self.canvas must be set beforehand.')
self.parent.setDirty()
self.canvas.loadShapes(shapes)
self.canvas.loadShapes(self.shapes)

@property
def shapes(self):
Expand Down

0 comments on commit 394dee7

Please sign in to comment.