Home » U++ Library support » FileSel&FileList, Path » FileSel in Windows: a small problem
Re: FileSel in Windows: a small problem [message #49759 is a reply to message #49757] |
Mon, 23 April 2018 18:45  |
Novo
Messages: 1430 Registered: December 2006
|
Ultimate Contributor |
|
|
There is a small problem with Linux.
FileSel::GoToPlace() should look like below.
void FileSel::GoToPlace()
{
if(places.IsCursor()) {
#ifdef PLATFORM_WIN32
netnode.Clear();
#endif
dir <<= places.GetKey();
Load();
}
}
Regards,
Novo
|
|
|
Goto Forum:
Current Time: Mon Aug 25 07:01:08 CEST 2025
Total time taken to generate the page: 0.08892 seconds
|