Remove temporary setFocus() call. Focus shift moved to nsScrollingView

git-svn-id: svn://10.0.0.236/trunk@4876 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
joki
1998-07-02 01:14:28 +00:00
parent 642b35a5e1
commit 922f48ccea

View File

@@ -1393,8 +1393,6 @@ PRBool nsWindow::ProcessMessage(UINT msg, WPARAM wParam, LPARAM lParam, LRESULT
break;
case WM_LBUTTONDOWN:
//XXX temporary to get editor working until focus setup
SetFocus();
//RelayMouseEvent(msg,wParam, lParam);
result = DispatchMouseEvent(NS_MOUSE_LEFT_BUTTON_DOWN);
break;