msi: Don't allow entering text in a scroll text richedit control.
This commit is contained in:
parent
294f4e2ff1
commit
04a6a14c1f
|
@ -1010,6 +1010,8 @@ MSIScrollText_WndProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam)
|
||||||
|
|
||||||
switch( msg )
|
switch( msg )
|
||||||
{
|
{
|
||||||
|
case WM_GETDLGCODE:
|
||||||
|
return DLGC_WANTARROWS;
|
||||||
case WM_NCDESTROY:
|
case WM_NCDESTROY:
|
||||||
msi_free( info );
|
msi_free( info );
|
||||||
RemovePropW( hWnd, szButtonData );
|
RemovePropW( hWnd, szButtonData );
|
||||||
|
|
Loading…
Reference in New Issue