mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-08-22 06:07:34 +02:00
Just added a comment to the command entry enablement in the
wrapper.tcl script.
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user