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