[SHIMGVW] Update the display window when selecting the Previous/Next picture. (#5223)

Patch by KRosUser.
CORE-18905
This commit is contained in:
Hermès Bélusca-Maïto 2023-04-04 22:07:55 +02:00
parent 99e5f51d5b
commit 8b35e46903
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0

View file

@ -537,6 +537,9 @@ pLoadImageFromNode(SHIMGVW_FILENODE *node, HWND hwnd)
}
EnableToolBarButtons(image != NULL);
/* Redraw the display window */
InvalidateRect(hwnd, NULL, FALSE);
}
static SHIMGVW_FILENODE*