Fix opening next image error (#835)

* Fix draw annotations error

* Fix opening next image
This commit is contained in:
Sam.An
2021-12-29 02:10:38 +09:00
committed by GitHub
parent 5c38b6bcdd
commit 98e88371ad
+3
View File
@@ -1362,6 +1362,9 @@ class MainWindow(QMainWindow, WindowMixin):
if self.img_count <= 0: if self.img_count <= 0:
return return
if not self.m_img_list:
return
filename = None filename = None
if self.file_path is None: if self.file_path is None: