X-Git-Url: https://ecere.com/cgi-bin/gitweb.cgi?p=ede;a=blobdiff_plain;f=libede%2Fsrc%2FFileSystemBox.ec;h=550dd3f78d25aca89c147be703c1be3f5a2f85d2;hp=8a4fad1331b94af7dc718fdc9f6b142c3b68bf51;hb=daff6796149de46475b9c4e935bc24896e48ea6d;hpb=88434e545c380050786849466ff681423278188c diff --git a/libede/src/FileSystemBox.ec b/libede/src/FileSystemBox.ec index 8a4fad1..550dd3f 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) @@ -556,6 +560,11 @@ public: return null; } + void Refresh() + { + Load(); + } + private: FileSystemBoxBits bits;