From 9deb6ae865a5f2866e2b76688fae8feef7efbbbb Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 6 Mar 2015 17:19:12 +0530 Subject: [PATCH] Fix for #10686: White line along right edge of UI on high-DPI Windows --- appshell/cef_dark_aero_window.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appshell/cef_dark_aero_window.cpp b/appshell/cef_dark_aero_window.cpp index 37cc707f4..f61a2d2f4 100644 --- a/appshell/cef_dark_aero_window.cpp +++ b/appshell/cef_dark_aero_window.cpp @@ -816,7 +816,7 @@ LRESULT cef_dark_aero_window::WindowProc(UINT message, WPARAM wParam, LPARAM lPa if (mReady) { UpdateNonClientArea(); } - break; + return 0L; case WM_NCMOUSELEAVE: // NOTE: We want anyone else interested in this message // to be notified. Otherwise the default implementation