This commit is contained in:
Daniel Hwang 2025-11-06 23:50:19 -05:00 committed by GitHub
commit 6675e5f6a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -1425,6 +1425,10 @@ proc magic::openwrapper {{cell ""} {framename ""}} {
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
# windows or (worse) blow away the window inside the GUI frame