[Sugar-devel] [PATCH] FotoToon doesn't show controls when speech bubble first is selected (SL#2230)

SHACHI PAUL shachi at seeta.in
Sun Oct 10 04:20:49 EDT 2010


The speech bubble editing controls now appear as soon as one clicks on the speech bubble. Now, a bubble can be resized without editing it's text or moving it's origin.

Signed-off-by: SHACHI PAUL <shachi at seeta.in>, Sarvagya Mukhi <sarvagya at seeta.in> 
---
 historietaactivity.py |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/historietaactivity.py b/historietaactivity.py
index be3d4b9..3e47841 100644
--- a/historietaactivity.py
+++ b/historietaactivity.py
@@ -344,8 +344,9 @@ class ComicBox(gtk.DrawingArea):
                         # i.mover_a(event.x,event.y,self.get_allocation())
                         self.glob_press = i
                         self.set_globo_activo(i)
+                        self.queue_draw()
                         break
-                    self.queue_draw()
+                    
 
     def releassing(self, widget, event):
         #Cuando se deja de pulsar el mouse
-- 
1.7.0.4



More information about the Sugar-devel mailing list