mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 14:38:01 +02:00
IDE: fixed path editor dialog examples
git-svn-id: trunk@53218 -
This commit is contained in:
parent
e81a0a5b06
commit
38fb04468e
@ -608,7 +608,7 @@ begin
|
||||
FCurrentPathEditor:=PathEditorDialog;
|
||||
try
|
||||
inherited Click;
|
||||
FCurrentPathEditor.Templates := SetDirSeparators(FTemplates);
|
||||
FCurrentPathEditor.Templates := GetForcedPathDelims(FTemplates);
|
||||
FCurrentPathEditor.Path := AssociatedEdit.Text;
|
||||
FCurrentPathEditor.ShowModal;
|
||||
DoOnPathEditorExecuted;
|
||||
|
Loading…
Reference in New Issue
Block a user