X-Git-Url: https://ecere.com/cgi-bin/gitweb.cgi?p=ede;a=blobdiff_plain;f=libede%2Fsrc%2FFileSystemBox.ec;h=b880c7570eff15c3641b0a737c28020bc4511920;hp=8a4fad1331b94af7dc718fdc9f6b142c3b68bf51;hb=4a4919248d8e72bbe1fb5ca950cc99c8bb734061;hpb=88434e545c380050786849466ff681423278188c diff --git a/libede/src/FileSystemBox.ec b/libede/src/FileSystemBox.ec index 8a4fad1..b880c75 100644 --- a/libede/src/FileSystemBox.ec +++ b/libede/src/FileSystemBox.ec @@ -495,6 +495,8 @@ public: delete path; if(value && value[0]) path = CopyString(value); + if(locationBox) + locationBox.path = value; if(created) Load(); } @@ -535,6 +537,8 @@ public: } } + PathBox locationBox; + void Select(FileSystemNode node) { if(node.row)