From 837013763a35662489fdd5ba1486ff59509b3034 Mon Sep 17 00:00:00 2001 From: Tim Bentley Date: Sat, 1 Nov 2014 07:47:26 +0000 Subject: [PATCH] fix focus --- openlp/core/ui/slidecontroller.py | 1 + 1 file changed, 1 insertion(+) diff --git a/openlp/core/ui/slidecontroller.py b/openlp/core/ui/slidecontroller.py index 1b8b45815..d12506452 100644 --- a/openlp/core/ui/slidecontroller.py +++ b/openlp/core/ui/slidecontroller.py @@ -851,6 +851,7 @@ class SlideController(DisplayController, RegistryProperties): if service_item.is_media(): self.on_media_start(service_item) self.slide_selected(True) + self.preview_widget.setFocus() if old_item: # Close the old item after the new one is opened # This avoids the service theme/desktop flashing on screen