yet another small improvement in load_file_dialog to reduce redundant verbosity
This commit is contained in:
parent
0703f90629
commit
3f2e4f2647
|
|
@ -2984,7 +2984,7 @@ proc load_file_dialog {{msg {}} {ext {}} {global_initdir {INITIALINSTDIR}}
|
|||
}
|
||||
}
|
||||
if {$myload_loadfile == 2} {
|
||||
myload_place_symbol
|
||||
set myload_retval { }
|
||||
}
|
||||
};# bind .load.l.paneright.list <<ListboxSelect>>
|
||||
if { [ info exists myload_yview]} {
|
||||
|
|
|
|||
Loading…
Reference in New Issue