mirror of
https://github.com/reactos/reactos.git
synced 2026-05-31 08:17:09 +08:00
[0.4.9] cherry-pick [MSPAINT] When clicking selection, invalidate _and_ repaint Scroll Client _and_ Image Area
Previously, the canvas disappeared when a selection was clicked until the mouse was moved.
CORE-13288 & CORE-10053
(cherry picked from commit cca1a3f47f)
This commit is contained in:
committed by
Joachim Henze
parent
49687637b3
commit
8b45da6d3d
@@ -148,6 +148,8 @@ LRESULT CSelectionWindow::OnLButtonDown(UINT nMsg, WPARAM wParam, LPARAM lParam,
|
||||
SetCursor(LoadCursor(NULL, m_lpszCursorLUT[m_iAction]));
|
||||
m_bMoving = TRUE;
|
||||
scrlClientWindow.InvalidateRect(NULL, TRUE);
|
||||
scrlClientWindow.SendMessage(WM_PAINT, 0, 0);
|
||||
imageArea.InvalidateRect(NULL, FALSE);
|
||||
imageArea.SendMessage(WM_PAINT, 0, 0);
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user