Исправил сохранение открытого каталога в настройках

This commit is contained in:
svkalinin
2022-09-16 16:36:26 +03:00
parent 253f79b6c1
commit d560da0359
2 changed files with 4 additions and 1 deletions

View File

@@ -61,7 +61,7 @@ namespace eval FileOper {
proc CloseFolder {} {
global tree nbEditor activeProject
set activeProject ""
set treeItem [$tree selection]
set parent [$tree parent $treeItem]
while {$parent ne ""} {
@@ -80,6 +80,7 @@ namespace eval FileOper {
}
$tree delete $treeItem
}
set activeProject ""
}
proc CloseAll {} {