mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-26 09:59:10 +02:00
win32: call DoShow when file dialog is shown
git-svn-id: trunk@16871 -
This commit is contained in:
parent
862affa6fe
commit
26cc18cb0c
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user