Фиксы
This commit is contained in:
@@ -220,6 +220,8 @@ namespace eval FileOper {
|
||||
}
|
||||
unset modified($nbItem)
|
||||
.frmStatus.lblPosition configure -text ""
|
||||
.frmStatus.lblEncoding configure -text ""
|
||||
.frmStatus.lblSize configure -text ""
|
||||
}
|
||||
|
||||
proc Save {} {
|
||||
|
@@ -189,6 +189,9 @@ proc FindVariablesDialog {txt args} {
|
||||
set y [expr [lindex $box 1] + [winfo rooty $txt] + [lindex $box 3] ]
|
||||
|
||||
set win .findVariables
|
||||
if [winfo exists .varhelper] {
|
||||
destroy .varhelper
|
||||
}
|
||||
|
||||
if { [winfo exists $win] } { destroy $win }
|
||||
toplevel $win
|
||||
|
Reference in New Issue
Block a user