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:
@@ -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
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user