set the focus to the maindisplay when it is updated.

Fixes: https://launchpad.net/bugs/1097898
This commit is contained in:
Tim Bentley 2013-01-11 17:08:44 +00:00
parent 1f436534d3
commit 634246a493
1 changed files with 1 additions and 0 deletions

View File

@ -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):
"""