mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
CtrlLib: Fixed FileSel sorting in BaseDir mode (RM #51)
git-svn-id: svn://ultimatepp.org/upp/trunk@3356 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
272fa258b8
commit
602e25f13e
1 changed files with 1 additions and 1 deletions
|
|
@ -615,7 +615,7 @@ void FileSel::SearchLoad()
|
|||
if(!IsEmpty(basedir) && String(~dir).IsEmpty())
|
||||
dirup.Disable();
|
||||
olddir = ~dir;
|
||||
if(olddir.GetCount())
|
||||
if(olddir.GetCount() || basedir.GetCount())
|
||||
if(sortext && mode != SELECTDIR)
|
||||
SortByExt(list);
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue