Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit f818100

Browse files
committed
[[ Bug 20857 ]] Don't refetch property info
1 parent a9718d4 commit f818100

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Toolset/libraries/revideextensionlibrary.livecodescript

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -683,6 +683,9 @@ private function __extensionPropertyInfoFromManifest pId, pManifestPath
683683
end repeat
684684

685685
repeat for each key tProperty in tDataA
686+
if tPropertyXMLData[tProperty] is not empty then
687+
next repeat
688+
end if
686689
local tIDEPropInfoA
687690
put revIDEPropertyInfo(tProperty) into tIDEPropInfoA
688691
if tIDEPropInfoA is not empty then

0 commit comments

Comments
 (0)