Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
柴进
/
GoogleNanoBananaApp
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
b3174d37
authored
2026-02-28 11:47:06 +0800
by
柴进
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
处理mac打包后粘贴图片缩略图不可见的问题,处理历史history不可见问题
1 parent
745e2aa4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
image_generator.py
image_generator.py
View file @
b3174d3
...
...
@@ -2192,6 +2192,7 @@ class ImageGeneratorWindow(QMainWindow):
container
.
setLayout
(
container_layout
)
self
.
img_layout
.
insertWidget
(
self
.
img_layout
.
count
()
-
1
,
container
)
container
.
show
()
self
.
logger
.
info
(
f
"缩略图UI组件创建完成: {file_path}"
)
except
Exception
as
e
:
...
...
Please
register
or
sign in
to post a comment