mirror of
https://github.com/reactos/wine.git
synced 2025-02-13 08:44:54 +00:00
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…
x
Reference in New Issue
Block a user