mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
[SHIMGVW] Update the display window when selecting the Previous/Next picture. (#5223)
Patch by KRosUser. CORE-18905
This commit is contained in:
parent
99e5f51d5b
commit
8b35e46903
1 changed files with 3 additions and 0 deletions
|
@ -537,6 +537,9 @@ pLoadImageFromNode(SHIMGVW_FILENODE *node, HWND hwnd)
|
|||
}
|
||||
|
||||
EnableToolBarButtons(image != NULL);
|
||||
|
||||
/* Redraw the display window */
|
||||
InvalidateRect(hwnd, NULL, FALSE);
|
||||
}
|
||||
|
||||
static SHIMGVW_FILENODE*
|
||||
|
|
Loading…
Reference in a new issue