Closed riverbird closed 9 months ago
你用的是亚克力窗口吗?
你用的是亚克力窗口吗?
不是的,只是普通窗口,class MainWindow(FramelessMainWindow)
我之前写的 Groove 也缩小到托盘,但是没遇到过你这个问题,不行的话试下6.4.2或者pyqt5
问题已解决: def __on_action_open_window(self): self.showNormal() self.updateFrameless() 加了最后一句后,窗口显示正常:)
Describe the bug A clear and concise description of what the bug is. 窗口关闭后显示在通知栏图标,然后再恢复窗口时,窗口边框消失,阴影消失,无法通过边框缩放窗口。
Environment 环境信息
To Reproduce 复现问题的步骤,推荐使用 gif 进行演示。 Steps to reproduce the behavior(you can use GIF to demonstrate :):
Code 最小复现代码
Expected behavior A clear and concise description of what you expected to happen.
Screenshots If applicable, add screenshots to help explain your problem.