From 24e737fa99d2d078c6154f15f2756d9983dbca0d Mon Sep 17 00:00:00 2001 From: Andreas Preikschat Date: Mon, 13 Jun 2011 16:36:18 +0200 Subject: [PATCH] fixed long line --- openlp/core/lib/renderer.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/openlp/core/lib/renderer.py b/openlp/core/lib/renderer.py index 04f8f0404..1ec6edfa6 100644 --- a/openlp/core/lib/renderer.py +++ b/openlp/core/lib/renderer.py @@ -73,6 +73,8 @@ class Renderer(object): self.screens = ScreenList.get_instance() self.service_theme = u'' self.theme_level = u'' + self._binary_chop( + ) self.override_background = None self.theme_data = None self.bg_frame = None @@ -411,8 +413,8 @@ class Renderer(object): """ This implements the binary chop algorithm for faster rendering. This algorithm works line based (line by line) and word based (word by word). - It is assumed that this method is **only** called, when the lines/words to be - rendered do not fit as a whole. + It is assumed that this method is **only** called, when the lines/words + to be rendered do not fit as a whole. ``formatted`` The list to append any slides.