Focus method modification for editor.
git-svn-id: svn://10.0.0.236/trunk@4363 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
0d600c0e19
commit
842aa4055d
@ -1393,6 +1393,8 @@ 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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user