diff options
Diffstat (limited to 'nopacity.c')
-rw-r--r-- | nopacity.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -24,6 +24,7 @@ cNopacity::cNopacity(cImageCache *imgCache) : cSkin("nOpacity", &::Theme) { fontManager->SetFonts(); this->imgCache = imgCache; imgCache->CreateCache(); + imgCache->CreateCacheDelayed(); } const char *cNopacity::Description(void) { |