mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-27 20:20:16 +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;
|
FCurrentPathEditor:=PathEditorDialog;
|
||||||
try
|
try
|
||||||
inherited Click;
|
inherited Click;
|
||||||
FCurrentPathEditor.Templates := SetDirSeparators(FTemplates);
|
FCurrentPathEditor.Templates := GetForcedPathDelims(FTemplates);
|
||||||
FCurrentPathEditor.Path := AssociatedEdit.Text;
|
FCurrentPathEditor.Path := AssociatedEdit.Text;
|
||||||
FCurrentPathEditor.ShowModal;
|
FCurrentPathEditor.ShowModal;
|
||||||
DoOnPathEditorExecuted;
|
DoOnPathEditorExecuted;
|
||||||
|
Loading…
Reference in New Issue
Block a user