mirror of
https://github.com/wassname/sloth.git
synced 2026-07-10 02:25:48 +08:00
Small fix for refactoring bug
This commit is contained in:
@@ -189,7 +189,7 @@ class MainWindow(QMainWindow):
|
||||
"%s - Load Annotations" % APP_NAME, path,
|
||||
"%s annotation files (%s)" % (APP_NAME, format_str))
|
||||
if not fname.isEmpty():
|
||||
self.loadAnnotations(fname)
|
||||
self.labeltool.loadAnnotations(fname)
|
||||
|
||||
def fileSave(self):
|
||||
filename = self.labeltool.getCurrentFilename()
|
||||
|
||||
Reference in New Issue
Block a user