@@ -217,6 +217,8 @@ public class DecoratorController {
|
|||||||
|
|
||||||
private Background getBackground() {
|
private Background getBackground() {
|
||||||
EnumBackgroundImage imageType = config().getBackgroundImageType();
|
EnumBackgroundImage imageType = config().getBackgroundImageType();
|
||||||
|
if (imageType == null)
|
||||||
|
imageType = EnumBackgroundImage.DEFAULT;
|
||||||
|
|
||||||
Image image = null;
|
Image image = null;
|
||||||
switch (imageType) {
|
switch (imageType) {
|
||||||
|
|||||||
Reference in New Issue
Block a user