Исправлен фокус при создании нового файла. #3
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled

This commit is contained in:
Калинин Сергей Валерьевич 2024-07-29 17:31:07 +03:00
parent c9e804b614
commit f6bbc530bb
2 changed files with 2 additions and 1 deletions

View File

@ -925,6 +925,7 @@ namespace eval Editor {
# puts "$nbEditorItem, $nbEditor"
Editor $fileFullPath $nbEditor $nbEditorItem
SetModifiedFlag $nbEditorItem $nbEditor
focus -force $nbEditorItem.frmText.t.t
}
proc ReadStructure {txt treeItemName} {

View File

@ -10,7 +10,7 @@ exec wish "$0" -- "$@"
######################################################
# Version: 2.0.0
# Release: alpha
# Build: 17072024122602
# Build: 29072024172751
######################################################
# определим текущую версию, релиз и т.д.