1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-06 19:03:13 +02:00

Fixed an editor bug under WinXP

This commit is contained in:
codemastr
2001-12-28 17:47:38 +00:00
parent 4934786273
commit b4091f77ff
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -1043,3 +1043,4 @@ seen. gmtime warning still there
- Fixed a freeze bug in m_htm (pthreads now uses recursive mutexes)
- Reversed freeze bug fix, _NP means NON PORTABLE
- Fixed a freeze problem with conf_deny_link
- Fixed a bug under WinXP in the editor
+1
View File
@@ -1016,6 +1016,7 @@ LRESULT CALLBACK FromFileDLG(HWND hDlg, UINT message, WPARAM wParam, LPARAM lPar
CheckDlgButton(hDlg, IDC_UNDERLINE, BST_UNCHECKED);
return (TRUE);
}
return (TRUE);
case WM_DRAWITEM: {
LPDRAWITEMSTRUCT lpdis = (LPDRAWITEMSTRUCT)lParam;
if (wParam == IDC_COLOR) {