From dee737e3fb38b38d96c99d88e2c5c4233c72fbcb Mon Sep 17 00:00:00 2001 From: suutari-olli Date: Sat, 23 Jan 2016 17:28:16 +0200 Subject: [PATCH] Added proper comment --- openlp/core/ui/slidecontroller.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/openlp/core/ui/slidecontroller.py b/openlp/core/ui/slidecontroller.py index 64b63083a..4a3b91b35 100644 --- a/openlp/core/ui/slidecontroller.py +++ b/openlp/core/ui/slidecontroller.py @@ -603,6 +603,9 @@ class SlideController(DisplayController, RegistryProperties): Add actions to the widget specified by `widget` :param widget: The UI widget for the actions + This defines the controls available when Live display has stolen focus. + Examples of this happening: Clicking anything in the live window or certain single screen mode scenarios. + Needles to say, blank to modes should not be removed from here. """ widget.addActions([ self.previous_item, self.next_item,