forked from openlp/openlp
disable drops for search edit
This commit is contained in:
parent
d1c1f38407
commit
4778bfd781
@ -62,6 +62,7 @@ class SearchEdit(QtGui.QLineEdit):
|
||||
self._onSearchEditTextChanged
|
||||
)
|
||||
self._updateStyleSheet()
|
||||
self.setAcceptDrops(False)
|
||||
|
||||
def _updateStyleSheet(self):
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user