Commit 04a6a14c authored by Alexandre Julliard's avatar Alexandre Julliard

msi: Don't allow entering text in a scroll text richedit control.

parent 294f4e2f
......@@ -1010,6 +1010,8 @@ MSIScrollText_WndProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam)
switch( msg )
{
case WM_GETDLGCODE:
return DLGC_WANTARROWS;
case WM_NCDESTROY:
msi_free( info );
RemovePropW( hWnd, szButtonData );
......
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