remove dbg message

This commit is contained in:
Stefan Frederik 2022-01-02 00:06:22 +01:00
parent 01764bc929
commit 2bbf967729
1 changed files with 0 additions and 1 deletions

View File

@ -1568,7 +1568,6 @@ proc load_file_dialog {{msg {}} {ext {}} {global_initdir {INITIALINSTDIR}} {init
bind .dialog.buttons_bot.entry <KeyRelease> { bind .dialog.buttons_bot.entry <KeyRelease> {
set globfilter [.dialog.buttons_bot.entry get] set globfilter [.dialog.buttons_bot.entry get]
if { $globfilter eq {} } { set globfilter {*} } if { $globfilter eq {} } { set globfilter {*} }
puts $globfilter
setglob $myload_dir1 setglob $myload_dir1
} }
radiobutton .dialog.buttons_bot.all -text All -variable globfilter -value {*} \ radiobutton .dialog.buttons_bot.all -text All -variable globfilter -value {*} \