Исправил ошибку
This commit is contained in:
parent
9f6a3067d4
commit
3689e582e7
|
@ -60,7 +60,8 @@ namespace eval FileOper {
|
|||
}
|
||||
|
||||
proc CloseFolder {} {
|
||||
global tree nbEditor
|
||||
global tree nbEditor activeProject
|
||||
set activeProject ""
|
||||
set treeItem [$tree selection]
|
||||
set parent [$tree parent $treeItem]
|
||||
while {$parent ne ""} {
|
||||
|
|
Loading…
Reference in New Issue
Block a user