wrapper.tcl: allow cmdentry to be enabled (by default)
This commit is contained in:
parent
308224109f
commit
802c31d16a
|
|
@ -1425,6 +1425,10 @@ 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 { $Winopts(${framename},cmdentry) == 1} {
|
||||||
|
addcommandentry $framename
|
||||||
|
}
|
||||||
|
|
||||||
# Remove "open" and "close" macros so they don't generate non-GUI
|
# Remove "open" and "close" macros so they don't generate non-GUI
|
||||||
# windows or (worse) blow away the window inside the GUI frame
|
# windows or (worse) blow away the window inside the GUI frame
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue