use enum_ prop in seadesc to store all members

because frappy can not handle dynamic enums
This commit is contained in:
l_samenv
2022-08-24 17:40:02 +02:00
parent 4d9961fe5c
commit 4ada8529fb
5 changed files with 11 additions and 1 deletions

View File

@ -440,6 +440,9 @@ proc stdConfig::kids {{title 0} code} {
proc stdConfig::prop {prop args} {
variable node
eval [concat hsetprop $node $prop $args]
if {$prop eq "enum"} {
eval [concat hsetprop $node enum_ $args]
}
}
#action scripts