Added missing goto.

This commit is contained in:
Gerard Patel 1999-04-04 12:37:48 +00:00 committed by Alexandre Julliard
parent 9819f2b72c
commit ffa0b1313f
1 changed files with 1 additions and 1 deletions

View File

@ -1777,7 +1777,7 @@ LRESULT WINAPI ComboWndProc( HWND hwnd, UINT message,
retvalue = SendMessageA( lphc->hWndEdit, message, wParam, lParam );
else
retvalue = SendMessageA( lphc->hWndLBox, message, wParam, lParam );
goto END;
case WM_LBUTTONDOWN:
if( !(lphc->wState & CBF_FOCUSED) ) SetFocus( lphc->self->hwndSelf );
if( lphc->wState & CBF_FOCUSED ) COMBO_LButtonDown( lphc, lParam );