Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGonzalo Odiard <godiard@gmail.com>2012-04-23 10:31:41 (GMT)
committer Gonzalo Odiard <godiard@gmail.com>2012-04-23 10:31:41 (GMT)
commita55a9e0da46cc5ce19085b7a619941f41f19c7cd (patch)
treeabfc8fcfa903c12648a28864c39b5a1c64e2b969
parent5d99691e1b9f330d540a2a523fbbcf23199e058a (diff)
Hide the cursor in the globes when export a image
Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
-rw-r--r--historietaactivity.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/historietaactivity.py b/historietaactivity.py
index 44c480b..adba875 100644
--- a/historietaactivity.py
+++ b/historietaactivity.py
@@ -148,6 +148,10 @@ class HistorietaActivity(activity.Activity):
else:
image_width = box.width
image_height = image_height + box.height
+ # hide the cursor
+ for globe in box.globos:
+ globe.no_selec()
+
posi = posi + 1
#logging.error("image_width %d image_height %d" %