Commit 3b6c20e4 authored by Kusanagi Kouichi's avatar Kusanagi Kouichi Committed by Alexandre Julliard

notepad: Increase the text limit.

parent fab57fe0
......@@ -536,6 +536,7 @@ static LRESULT WINAPI NOTEPAD_WndProc(HWND hWnd, UINT msg, WPARAM wParam,
Globals.hFont = CreateFontIndirectW(&Globals.lfFont);
SendMessageW(Globals.hEdit, WM_SETFONT, (WPARAM)Globals.hFont, FALSE);
SendMessageW(Globals.hEdit, EM_LIMITTEXT, 0, 0);
break;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment