forked from openlp/openlp
Song add clears search
This commit is contained in:
parent
0969f4ffc3
commit
4b20a3571f
@ -300,8 +300,9 @@ class SongMediaItem(MediaManagerItem):
|
||||
log.debug(u'onNewClick')
|
||||
self.edit_song_form.newSong()
|
||||
self.edit_song_form.exec_()
|
||||
self.onSongListLoad()
|
||||
self.onClearTextButtonClick()
|
||||
self.onSelectionChange()
|
||||
self.auto_select_id = -1
|
||||
|
||||
def onSongMaintenanceClick(self):
|
||||
self.song_maintenance_form.exec_()
|
||||
|
Loading…
Reference in New Issue
Block a user