Fix painting issue with buttons after resize

This commit is contained in:
Chris Davis
2019-11-01 08:52:54 -07:00
parent d4256dad30
commit cc7a706f52

View File

@@ -668,6 +668,8 @@ void CPowerRenameUI::_MoveControl(_In_ DWORD id, _In_ DWORD repositionFlags, _In
} }
SetWindowPos(hwnd, NULL, x, y, cx, cy, flags); SetWindowPos(hwnd, NULL, x, y, cx, cy, flags);
RedrawWindow(hwnd, NULL, NULL, RDW_INVALIDATE);
} }
void CPowerRenameUI::_OnSearchReplaceChanged() void CPowerRenameUI::_OnSearchReplaceChanged()