mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix restrictions dropdown not being initialized when using annots browser from within main GUI
This commit is contained in:
parent
2316f291e0
commit
593d652150
@ -494,6 +494,7 @@ class AnnotationsBrowser(Dialog):
|
|||||||
if self.parent() is None:
|
if self.parent() is None:
|
||||||
self.exec_()
|
self.exec_()
|
||||||
else:
|
else:
|
||||||
|
self.reinitialize()
|
||||||
self.show()
|
self.show()
|
||||||
self.raise_()
|
self.raise_()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user