From f03003b79f5e02ece633b7b13caf2833762a4049 Mon Sep 17 00:00:00 2001 From: "R. Timothy Edwards" Date: Thu, 22 Jan 2026 11:42:45 -0500 Subject: [PATCH] Just added a comment to the command entry enablement in the wrapper.tcl script. --- tcltk/wrapper.tcl | 1 + 1 file changed, 1 insertion(+) diff --git a/tcltk/wrapper.tcl b/tcltk/wrapper.tcl index 0bfaae5d..f4bf3879 100644 --- a/tcltk/wrapper.tcl +++ b/tcltk/wrapper.tcl @@ -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 }