This commit is contained in:
Andreas Preikschat 2013-01-16 12:29:19 +01:00
commit c29bbd3ca0
2 changed files with 1 additions and 1 deletions

View File

@ -991,6 +991,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):
"""

View File

@ -35,7 +35,6 @@ import logging
import locale
import os
import re
from reportlab.graphics.charts.utils import seconds2str
from subprocess import Popen, PIPE
import sys
import urllib2