Добавлен перевод фокуса ввода на прежнее окно после закрытия диалога выполнения.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled

This commit is contained in:
2025-10-30 13:10:54 +03:00
parent 4c6713b2d3
commit ab740f0be8
5 changed files with 14 additions and 7 deletions

View File

@@ -1602,7 +1602,7 @@ namespace eval Editor {
set frmText [ttk::frame $w.frmText2 -border 1]
$w.panelTxt add $frmText -weight 1
# focus -force $frmText.t.t
Execute $fileFullPath $frmText
Execute $fileFullPath $frmText $w
}
}