mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-27 11:00:37 +02:00
IDE: File / Open : fixed browsing linked folders on Windows, bug #32642
git-svn-id: branches/fixes_1_8@56291 -
This commit is contained in:
parent
53df2e2c74
commit
6beebfef9c
@ -2927,8 +2927,10 @@ begin
|
||||
OpenDialog.Title:=lisOpenFile;
|
||||
|
||||
OpenDialog.Options:=OpenDialog.Options+[
|
||||
ofAllowMultiSelect,
|
||||
ofNoDereferenceLinks // Note: do not always resolve symlinked files, some links are resolved later
|
||||
ofAllowMultiSelect
|
||||
{$IFDEF Unix}
|
||||
,ofNoDereferenceLinks // Note: do not always resolve symlinked files, some links are resolved later
|
||||
{$ENDIF}
|
||||
];
|
||||
|
||||
// set InitialDir to
|
||||
|
Loading…
Reference in New Issue
Block a user