Skip to content

Commit

Permalink
修复 InfoBar 会导致主进程退出的问题 (#1006)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiyiYo committed Dec 2, 2024
1 parent 4aa865b commit f7da852
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qfluentwidgets/components/widgets/info_bar.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ def eventFilter(self, obj, e: QEvent):
def closeEvent(self, e):
self.closedSignal.emit()
self.deleteLater()
e.ignore()

def showEvent(self, e):
self._adjustText()
Expand Down

0 comments on commit f7da852

Please sign in to comment.