Исправлена ошибка при создании нового файла.
This commit is contained in:
parent
005f832b7a
commit
06c6205177
|
@ -924,7 +924,7 @@ namespace eval Editor {
|
|||
set nbEditorItem [NB::InsertItem $nbEditor $fileFullPath "file"]
|
||||
# puts "$nbEditorItem, $nbEditor"
|
||||
Editor $fileFullPath $nbEditor $nbEditorItem
|
||||
SetModifiedFlag $nbEditorItem
|
||||
SetModifiedFlag $nbEditorItem $nbEditor
|
||||
}
|
||||
|
||||
proc ReadStructure {txt treeItemName} {
|
||||
|
|
|
@ -10,7 +10,7 @@ exec wish "$0" -- "$@"
|
|||
######################################################
|
||||
# Version: 2.0.0
|
||||
# Release: alpha
|
||||
# Build: 21122022145507
|
||||
# Build: 06022023092717
|
||||
######################################################
|
||||
|
||||
# определим текущую версию, релиз и т.д.
|
||||
|
|
Loading…
Reference in New Issue
Block a user