Skip to content
This repository was archived by the owner on Sep 2, 2021. It is now read-only.

Commit 964cafd

Browse files
sobishtnethip
authored andcommitted
Fix the issue of resizing in multiple monitors (#638)
1 parent 37d0870 commit 964cafd

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

appshell/cef_dark_aero_window.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -843,6 +843,10 @@ LRESULT cef_dark_aero_window::WindowProc(UINT message, WPARAM wParam, LPARAM lPa
843843
return 0L;
844844
}
845845
break;
846+
case WM_NCPAINT:
847+
if (HandleNcPaint((HRGN)wParam))
848+
return 0L;
849+
break;
846850
}
847851

848852
// call DefWindowProc?

0 commit comments

Comments
 (0)