Fix opening next image error (#835)
* Fix draw annotations error * Fix opening next image
This commit is contained in:
parent
5c38b6bcdd
commit
98e88371ad
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user