diff options
Diffstat (limited to 'libtemplate/templatepixmap.c')
| -rw-r--r-- | libtemplate/templatepixmap.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libtemplate/templatepixmap.c b/libtemplate/templatepixmap.c index 52ae63f..1490236 100644 --- a/libtemplate/templatepixmap.c +++ b/libtemplate/templatepixmap.c @@ -12,6 +12,7 @@ cTemplatePixmap::cTemplatePixmap(void) { containerHeight = 0;
globals = NULL;
scrolling = false;
+ background = false;
}
cTemplatePixmap::~cTemplatePixmap() {
@@ -171,6 +172,8 @@ bool cTemplatePixmap::CalculateParameters(void) { }
}
+ background = parameters->GetNumericParameter(ptBackground);
+
return paramsValid;
}
|
