forked from openlp/openlp
- Lock button now gives focus to Search field.
This commit is contained in:
parent
3937fbccf9
commit
feba589d07
@ -556,6 +556,7 @@ class BibleMediaItem(MediaManagerItem):
|
|||||||
self.quick_search_edit.setFocus()
|
self.quick_search_edit.setFocus()
|
||||||
|
|
||||||
def on_lock_button_toggled(self, checked):
|
def on_lock_button_toggled(self, checked):
|
||||||
|
self.quick_search_edit.setFocus()
|
||||||
if checked:
|
if checked:
|
||||||
self.sender().setIcon(self.lock_icon)
|
self.sender().setIcon(self.lock_icon)
|
||||||
else:
|
else:
|
||||||
|
Loading…
Reference in New Issue
Block a user