Correct initial display of file listing.
This commit is contained in:
parent
89eb8fdba3
commit
605e7a18f0
|
@ -2328,7 +2328,7 @@ static void set_curdir(ChildWnd* child, Entry* entry)
|
|||
TCHAR path[MAX_PATH];
|
||||
|
||||
child->left.cur = entry;
|
||||
child->right.root = entry;
|
||||
child->right.root = entry->down;
|
||||
child->right.cur = entry;
|
||||
|
||||
if (!entry->scanned)
|
||||
|
|
Loading…
Reference in New Issue