Just added a comment to the command entry enablement in the

wrapper.tcl script.
This commit is contained in:
R. Timothy Edwards 2026-01-22 11:42:45 -05:00
parent 802c31d16a
commit f03003b79f
1 changed files with 1 additions and 0 deletions

View File

@ -1425,6 +1425,7 @@ proc magic::openwrapper {{cell ""} {framename ""}} {
grid ${layoutframe}.toolbar -row 1 -column 2 -rowspan 2 -sticky new
}
# If the command entry window is enabled, create it now
if { $Winopts(${framename},cmdentry) == 1} {
addcommandentry $framename
}