Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tutorius
diff options
context:
space:
mode:
Diffstat (limited to 'tutorius')
-rw-r--r--tutorius/overlayer.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tutorius/overlayer.py b/tutorius/overlayer.py
index 8203aa6..4ee5241 100644
--- a/tutorius/overlayer.py
+++ b/tutorius/overlayer.py
@@ -198,6 +198,7 @@ class TextBubble(gtk.Widget):
#
# TODO fetch speaker coordinates
+
# draw bubble tails if present
for i in range(len(self.tailpos)):
if self.tailpos[i] != [0,0]:
@@ -228,6 +229,7 @@ class TextBubble(gtk.Widget):
context.set_source_rgb(*xo_fill_color)
context.fill()
+
# bubble painting. Redrawing the inside after tails will combine
for i in range(len(self.tailpos)):
if self.tailpos[i] != [0,0]: