Subject: | file selection bug in version 1.3 |
Using Tk::FileDialog version 1.3 and perl 5.8.0 and 5.8.1 on Mandrake Linux 9.1 and 9.2.
I noticed that if I select a file from the file listbox using the up/down arrow keys, the file is not appended to the directory in the returned filename.
To fix this, in sub FileSel I changed
$self->{'File'} = $self->{'FileList'}->get($f);
to
$self->{Configure}{-File} = $self->{'FileList'}->get($f);
Thanks.
Message body not shown because it is not plain text.