From 18f9d2478f98dd7d1ba668dcef48b4449ddec8ab Mon Sep 17 00:00:00 2001 From: David Capello Date: Tue, 6 Sep 2016 22:07:57 -0300 Subject: [PATCH] Fix cryptic error message using "Repeat Last Export" in some special cases (fix #1247) We cannot use the sprite sheet type to know if the last export was already done/defined by the user for a new sprite. We need a special field to indicate if the export was done and we can repeat it last export with the same configuration. --- data/pref.xml | 1 + src/app/commands/cmd_export_sprite_sheet.cpp | 2 ++ src/app/commands/cmd_repeat_last_export.cpp | 5 ++--- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/data/pref.xml b/data/pref.xml index c09c5230c..84562f68d 100644 --- a/data/pref.xml +++ b/data/pref.xml @@ -278,6 +278,7 @@