use enum_ prop in seadesc to store all members
because frappy can not handle dynamic enums
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user