diff --git a/uppsrc/CtrlLib/FileSel.cpp b/uppsrc/CtrlLib/FileSel.cpp index e8a82009e..1e52f5a46 100644 --- a/uppsrc/CtrlLib/FileSel.cpp +++ b/uppsrc/CtrlLib/FileSel.cpp @@ -1631,7 +1631,9 @@ void FileSel::Set(const String& s) void FileSel::GoToPlace() { if(places.IsCursor()) { +#ifdef PLATFORM_WIN32 netnode.Clear(); +#endif dir <<= places.GetKey(); Load(); }