mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
[REGEDIT] Fix splitter move redraw issues. (#6992)
* Add "HACK" per reviewer comment * CORE-19576
This commit is contained in:
parent
55898a7ffd
commit
29a56f326a
1 changed files with 1 additions and 0 deletions
|
@ -137,6 +137,7 @@ static void finish_splitbar(HWND hWnd, int x)
|
|||
GetClientRect(hWnd, &rt);
|
||||
g_pChildWnd->nSplitPos = x;
|
||||
ResizeWnd(rt.right, rt.bottom);
|
||||
InvalidateRect(hWnd, &rt, FALSE); // HACK: See CORE-19576
|
||||
ReleaseCapture();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue