the label still is wrong
pull/3/merge
jmoenig 2014-04-30 14:41:51 +02:00
rodzic 5ab8b7e563
commit a469f44afc
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -167,6 +167,9 @@ CustomBlockDefinition.prototype.templateInstance = function () {
var block;
block = this.blockInstance();
block.refreshDefaults();
if (!block.zebraContrast) {
block.forceNormalColoring(); // label still is wrong
}
block.isDraggable = false;
block.isTemplate = true;
return block;