Implemented export functions;

Choice viewer uses font when rendering text.

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@433 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
twanvl
2007-06-25 20:40:22 +00:00
parent 5c6cb41458
commit 11b8242816
5 changed files with 84 additions and 26 deletions
+1
View File
@@ -212,6 +212,7 @@ void ChoiceStyle::initImage() {
bool ChoiceStyle::update(Context& ctx) {
// Don't update the choice images, leave that to invalidate()
bool change = Style ::update(ctx)
| font .update(ctx)
| mask_filename.update(ctx);
if (!choice_images_initialized) {
// we only want to do this once because it is rather slow, other updates are handled by dependencies