mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2024-12-28 08:04:13 +08:00
...
This commit is contained in:
parent
2a9b2488ff
commit
53d040dbb1
@ -358,7 +358,8 @@ class lazyscrollflow(ScrollArea):
|
||||
QApplication.processEvents() # 会在最大化时死锁
|
||||
|
||||
except:
|
||||
pass
|
||||
print_exc()
|
||||
break
|
||||
|
||||
@trypass
|
||||
def resizeandshow(self, procevent=True):
|
||||
@ -518,6 +519,7 @@ class delayloadvbox(QWidget):
|
||||
QApplication.processEvents()
|
||||
except:
|
||||
print_exc()
|
||||
break
|
||||
|
||||
self.nowvisregion = region
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user