File dialog: Propagate the AutoExt property to the FileChooser.
[GB.FORM.DIALOG] * NEW: File dialog: Propagate the AutoExt property to the FileChooser.
This commit is contained in:
parent
f3ce8abe4c
commit
7c0af8a41f
1 changed files with 6 additions and 0 deletions
|
@ -130,3 +130,9 @@ Public Sub Form_Close()
|
|||
Dialog.Key = ""
|
||||
|
||||
End
|
||||
|
||||
Public Sub chkAutoExt_Click()
|
||||
|
||||
fchChoose.AutoExt = chkAutoExt.Value
|
||||
|
||||
End
|
||||
|
|
Loading…
Reference in a new issue