b3174d37 by 柴进

处理mac打包后粘贴图片缩略图不可见的问题,处理历史history不可见问题

1 parent 745e2aa4
...@@ -2192,6 +2192,7 @@ class ImageGeneratorWindow(QMainWindow): ...@@ -2192,6 +2192,7 @@ class ImageGeneratorWindow(QMainWindow):
2192 container.setLayout(container_layout) 2192 container.setLayout(container_layout)
2193 2193
2194 self.img_layout.insertWidget(self.img_layout.count() - 1, container) 2194 self.img_layout.insertWidget(self.img_layout.count() - 1, container)
2195 container.show()
2195 self.logger.info(f"缩略图UI组件创建完成: {file_path}") 2196 self.logger.info(f"缩略图UI组件创建完成: {file_path}")
2196 2197
2197 except Exception as e: 2198 except Exception as e:
......