Fix bug with image loading

This commit is contained in:
Mika Fischer
2011-06-14 12:15:28 +02:00
parent f7a38da383
commit 092b9673dc
+1 -1
View File
@@ -174,7 +174,7 @@ class LabelTool(QObject):
def getImage(self, item):
# TODO: Also handle video frames
self.container_.loadImage(item.filename())
return self.container_.loadImage(item.filename())
def getAnnotationFilePatterns(self):
return self.container_factory_.patterns()