diff --git a/src/core/Config.js b/src/core/Config.js index b54a36456..e760e9d54 100644 --- a/src/core/Config.js +++ b/src/core/Config.js @@ -425,8 +425,9 @@ var Config = new Class({ */ this.backgroundColor = ValueToColor(bgc); - if (bgc === 0 && this.transparent) + if (this.transparent) { + this.backgroundColor = ValueToColor(0x000000); this.backgroundColor.alpha = 0; }