mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Edit book: Ensure popup message box is hidden at startup
Was visible in the system theme on windows
This commit is contained in:
parent
cf85520fd2
commit
dcbb893367
@ -292,6 +292,7 @@ class MessagePopup(QLabel):
|
|||||||
t.setSingleShot(True)
|
t.setSingleShot(True)
|
||||||
t.timeout.connect(self.hide)
|
t.timeout.connect(self.hide)
|
||||||
self.setMouseTracking(True)
|
self.setMouseTracking(True)
|
||||||
|
self.hide()
|
||||||
|
|
||||||
def mouseMoveEvent(self, ev):
|
def mouseMoveEvent(self, ev):
|
||||||
self.close_timer.start()
|
self.close_timer.start()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user