mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-27 19:25:36 +00:00
[COMDLG32] Find/Replace: Correctly set flags (#5097)
The flags were not updated correctly. CORE-17064
This commit is contained in:
@@ -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