mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 23:33:24 +08:00
[COMDLG32] Find/Replace: Correctly set flags (#5097)
The flags were not updated correctly. CORE-17064
This commit is contained in:
committed by
GitHub
parent
13cf4c52f5
commit
f4bb0ae376
@@ -168,6 +168,12 @@ Replace:
|
|||||||
EnableWindow(GetDlgItem(hDlgWnd, psh2), enable);
|
EnableWindow(GetDlgItem(hDlgWnd, psh2), enable);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#ifdef __REACTOS__
|
||||||
|
else if (NotifyCode == EN_KILLFOCUS && Id == edt1)
|
||||||
|
{
|
||||||
|
pData->user_fr.fra->Flags |= COMDLG32_FR_GetFlags(hDlgWnd);
|
||||||
|
}
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
/***********************************************************************
|
/***********************************************************************
|
||||||
|
|||||||
Reference in New Issue
Block a user