GE Debugger: Cleanup duplicate dlist redraws.

It's still not redrawing properly on resize, but it tries to...
This commit is contained in:
Unknown W. Brackets 2022-08-14 11:26:37 -07:00
parent 8390867019
commit 2a4443b85e

View file

@ -150,8 +150,7 @@ void CtrlDisplayListView::redraw()
GetClientRect(wnd, &rect);
visibleRows = rect.bottom/rowHeight;
InvalidateRect(wnd, NULL, FALSE);
UpdateWindow(wnd);
RedrawWindow(wnd, NULL, NULL, RDW_ERASE | RDW_FRAME | RDW_INVALIDATE | RDW_INTERNALPAINT | RDW_ALLCHILDREN);
}