[COMDLG32] Find/Replace: Correctly set flags (#5097)

The flags were not updated correctly. CORE-17064
This commit is contained in:
Katayama Hirofumi MZ 2023-02-25 09:16:36 +09:00 committed by GitHub
parent 13cf4c52f5
commit f4bb0ae376
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -168,6 +168,12 @@ Replace:
EnableWindow(GetDlgItem(hDlgWnd, psh2), enable);
}
}
#ifdef __REACTOS__
else if (NotifyCode == EN_KILLFOCUS && Id == edt1)
{
pData->user_fr.fra->Flags |= COMDLG32_FR_GetFlags(hDlgWnd);
}
#endif
}
/***********************************************************************