mirror of
https://github.com/reactos/reactos.git
synced 2025-02-21 16:04:57 +00:00
[COMDLG32] Find/Replace: Correctly set flags (#5097)
The flags were not updated correctly. CORE-17064
This commit is contained in:
parent
13cf4c52f5
commit
f4bb0ae376
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
|
||||
/***********************************************************************
|
||||
|
|
Loading…
Reference in a new issue