[GB.FORM]
* BUG: DirChooser.ShowPreview used FDirChooser.GetPreview which does not exist. The correct symbol is FDirChooser.GetShowPreview. git-svn-id: svn://localhost/gambas/trunk@5944 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
parent
48d192b4c7
commit
b1d1b3b0d7
1 changed files with 1 additions and 1 deletions
|
@ -248,7 +248,7 @@ End
|
|||
|
||||
Private Function ShowPreview_Read() As Boolean
|
||||
|
||||
Return frmChooser.GetPreview()
|
||||
Return frmChooser.GetShowPreview()
|
||||
|
||||
End
|
||||
|
||||
|
|
Loading…
Reference in a new issue