forked from openlp/openlp
Fix unhidden toolbox that appears in the media manager
This commit is contained in:
parent
c7a90102a2
commit
40f2b4d138
@ -91,6 +91,7 @@ class MediaManagerItem(QtGui.QWidget):
|
||||
Constructor to create the media manager item.
|
||||
"""
|
||||
QtGui.QWidget.__init__(self, parent)
|
||||
self.hide()
|
||||
self.whitespace = re.compile(r'\W+', re.UNICODE)
|
||||
self.plugin = plugin
|
||||
visible_title = self.plugin.getString(StringContent.VisibleName)
|
||||
|
Loading…
Reference in New Issue
Block a user