From 52ccd7b5737012baac52940acbe359977f6ca410 Mon Sep 17 00:00:00 2001 From: twanvl Date: Tue, 5 Aug 2008 20:59:47 +0000 Subject: [PATCH] not much point in the combine being scriptable (?) git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1070 0fc631ac-6414-0410-93d0-97cfa31319b6 --- src/data/field/color.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/field/color.hpp b/src/data/field/color.hpp index b624586a..37942fde 100644 --- a/src/data/field/color.hpp +++ b/src/data/field/color.hpp @@ -62,7 +62,7 @@ class ColorStyle : public Style { double top_width; ///< Width of the colored region on the top side double bottom_width; ///< Width of the colored region on the bottom side Scriptable mask_filename; ///< Filename of an additional mask over the images - Scriptable combine; ///< How to combine image with the background + ImageCombine combine; ///< How to combine image with the background virtual int update(Context&); };