Fix restrictions dropdown not being initialized when using annots browser from within main GUI

This commit is contained in:
Kovid Goyal 2020-07-26 20:18:46 +05:30
parent 2316f291e0
commit 593d652150
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -494,6 +494,7 @@ class AnnotationsBrowser(Dialog):
if self.parent() is None:
self.exec_()
else:
self.reinitialize()
self.show()
self.raise_()