Skip to content

Commit

Permalink
Merge pull request #12 from fandesfyf/devel
Browse files Browse the repository at this point in the history
fix:修复退出固定截屏时应用退出
  • Loading branch information
fandesfyf authored Apr 5, 2023
2 parents 9f4300c + 79ad40d commit 9293f04
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jamWidgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -753,7 +753,8 @@ def clear(self):
self.hide()
if hasattr(self,"Loading_label"):
self.Loading_label.stop()
self.text_shower.close()
self.text_shower.clear()
self.text_shower.hide()
del self.showing_imgpix
self.hung_widget.clear()
super().clear()
Expand Down
1 change: 1 addition & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
import math
import re
from numpy import array, zeros, uint8, float32,array
from jamWidgets import FramelessEnterSendQTextEdit,Freezer
from jamroll_screenshot import Splicing_shots
from fake_useragent import UserAgent
from PaddleOCRModel.PaddleOCRModel import det_rec_functions as OcrDetector
Expand Down

0 comments on commit 9293f04

Please sign in to comment.