Correct initial display of file listing.

This commit is contained in:
Martin Fuchs 2002-10-17 01:18:20 +00:00 committed by Alexandre Julliard
parent 89eb8fdba3
commit 605e7a18f0
1 changed files with 1 additions and 1 deletions

View File

@ -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)