Fixed uncalculated CRCs displayed in editor.

This commit is contained in:
Oliver Hamlet
2014-11-15 13:51:11 +00:00
parent 32e015606e
commit a3b985df1d
@@ -265,6 +265,9 @@ loot-editor-close
if (newValue) {
/* Set the new editor data. */
this.setEditorData(newValue);
this.shadowRoot.getElementsByClassName('crc')[0].textContent = this.data.getCrcString();
} else {
this.shadowRoot.getElementsByClassName('crc')[0].textContent = '';
}
},