win32: call DoShow when file dialog is shown

git-svn-id: trunk@16871 -
This commit is contained in:
paul 2008-10-04 13:39:01 +00:00
parent 862affa6fe
commit 26cc18cb0c

View File

@ -440,6 +440,8 @@ begin
UpdateFileProperties(OpenFileName);
case OpenFileNotify^.hdr.code of
CDN_INITDONE:
TOpenDialog(DialogRec^.Dialog).DoShow;
CDN_SELCHANGE:
TOpenDialog(DialogRec^.Dialog).DoSelectionChange;
CDN_FOLDERCHANGE: