1
0
mirror of https://github.com/narzoul/DDrawCompat synced 2024-12-30 08:55:36 +01:00

Fixed popup menu scrolling

This commit is contained in:
narzoul 2019-12-14 15:54:50 +01:00
parent e8491e65c2
commit 743d19bf25

View File

@ -269,6 +269,7 @@ namespace
case WM_PAINT:
{
D3dDdi::ScopedCriticalSection lock;
RedrawWindow(hwnd, nullptr, nullptr, RDW_INVALIDATE | RDW_ERASE | RDW_FRAME);
return onPaint(hwnd, origWndProc);
}