Commit 605e7a18 authored by Martin Fuchs's avatar Martin Fuchs Committed by Alexandre Julliard

Correct initial display of file listing.

parent 89eb8fdb
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment