From a55a9e0da46cc5ce19085b7a619941f41f19c7cd Mon Sep 17 00:00:00 2001 From: Gonzalo Odiard Date: Mon, 23 Apr 2012 10:31:41 +0000 Subject: Hide the cursor in the globes when export a image Signed-off-by: Gonzalo Odiard --- 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" % -- cgit v0.9.1