From cdb47df78109c56bd9ad63a238396d198a662dcd Mon Sep 17 00:00:00 2001 From: svk Date: Wed, 21 Jan 2026 16:41:45 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D0=BB=20=D0=BE=D1=88=D0=B8=D0=B1=D0=BA=D1=83.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/editor.tcl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/editor.tcl b/lib/editor.tcl index ef1ff0b..0cd6fc1 100644 --- a/lib/editor.tcl +++ b/lib/editor.tcl @@ -1605,7 +1605,8 @@ namespace eval Editor { } set frmText [ttk::frame $w.frmText2 -border 1] - puts "SplitEditorForExecute: $w" + $w.panelTxt add $frmText -weight 1 + # puts "SplitEditorForExecute: $w" # focus -force $frmText.t.t Execute $fileFullPath $frmText $w }