1 parent 044cff5 commit 0588d5fCopy full SHA for 0588d5f
1 file changed
tcl/windows/tree.tcl
@@ -1139,8 +1139,9 @@ proc ::tree::mask::safeReadMaskFile {filename} {
1139
}
1140
1141
# All validations passed, set the data
1142
- # Keep the original listData format (with outer braces) for compatibility
1143
- set ::tree::mask::maskSerialized $listData
+ # Use innerData (without the extra outer braces from [list ...]) for compatibility
+ # with the existing code that does: array set mask $maskSerialized
1144
+ set ::tree::mask::maskSerialized $innerData
1145
return 1
1146
1147
0 commit comments