From 778621e1a767348767d9d48c59bee73ee511eba5 Mon Sep 17 00:00:00 2001 From: cxl Date: Mon, 23 Apr 2018 17:37:41 +0000 Subject: [PATCH] CtrlLib: FileSel fixed to compile in Linux (thanks Novo) git-svn-id: svn://ultimatepp.org/upp/trunk@11909 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/CtrlLib/FileSel.cpp | 2 ++ 1 file changed, 2 insertions(+) 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(); }