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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1362,6 +1362,9 @@ class MainWindow(QMainWindow, WindowMixin):
if self.img_count <= 0:
return
if not self.m_img_list:
return
filename = None
if self.file_path is None: