]> mj.ucw.cz Git - libucw.git/blobdiff - lib/conf-section.c
bugfix in area-based image scaling
[libucw.git] / lib / conf-section.c
index 2e27546abc96fbc5173daaf224ae932d86060f52..b06b9fd6bca499534966740ed1b3c3c42c6baf8f 100644 (file)
@@ -91,7 +91,7 @@ inspect_section(struct cf_section *sec)
     } else if (ci->cls == CC_LIST) {
       inspect_section(ci->u.sec);
       sec->flags |= SEC_FLAG_DYNAMIC | SEC_FLAG_CANT_COPY;
-    } else if (ci->cls == CC_DYNAMIC)
+    } else if (ci->cls == CC_DYNAMIC || ci->cls == CC_BITMAP)
       sec->flags |= SEC_FLAG_DYNAMIC;
     else if (ci->cls == CC_PARSER) {
       sec->flags |= SEC_FLAG_CANT_COPY;