forked from openlp/openlp
set the focus to the maindisplay when it is updated.
Fixes: https://launchpad.net/bugs/1097898
This commit is contained in:
parent
1f436534d3
commit
634246a493
@ -995,6 +995,7 @@ class SlideController(DisplayController):
|
||||
self.selectedRow = row
|
||||
self.__checkUpdateSelectedSlide(row)
|
||||
Receiver.send_message(u'slidecontroller_%s_changed' % self.typePrefix, row)
|
||||
self.display.setFocus()
|
||||
|
||||
def onSlideChange(self, row):
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user