fix error in flexbor.destroy

pull/468/merge
nightwing 2017-11-09 17:16:43 +00:00
rodzic a19a01300b
commit 8ff0cb3886
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -635,6 +635,8 @@ apf.vbox = function(struct, tagName) {
if (!amlNode.$propHandlers) if (!amlNode.$propHandlers)
return; return;
if (!amlNode.$ext) return;
amlNode.$propHandlers["left"] = amlNode.$propHandlers["left"] =
amlNode.$propHandlers["top"] = amlNode.$propHandlers["top"] =
amlNode.$propHandlers["right"] = amlNode.$propHandlers["right"] =