Just added a comment to the command entry enablement in the
wrapper.tcl script.
This commit is contained in:
parent
802c31d16a
commit
f03003b79f
|
|
@ -1425,6 +1425,7 @@ proc magic::openwrapper {{cell ""} {framename ""}} {
|
||||||
grid ${layoutframe}.toolbar -row 1 -column 2 -rowspan 2 -sticky new
|
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} {
|
if { $Winopts(${framename},cmdentry) == 1} {
|
||||||
addcommandentry $framename
|
addcommandentry $framename
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue