зеркало из https://github.com/mozilla/gecko-dev.git
Fixed the fix
This commit is contained in:
Родитель
718a820c39
Коммит
6a960efaa5
|
@ -259,11 +259,11 @@ void nsWindow::InitEvent(nsGUIEvent& event, PRUint32 aEventType, nsPoint* aPoint
|
||||||
|
|
||||||
if (mWnd != NULL) {
|
if (mWnd != NULL) {
|
||||||
::ScreenToClient(mWnd, &cpos);
|
::ScreenToClient(mWnd, &cpos);
|
||||||
event.point.x = 0;
|
|
||||||
event.point.y = 0;
|
|
||||||
} else {
|
|
||||||
event.point.x = cpos.x;
|
event.point.x = cpos.x;
|
||||||
event.point.y = cpos.y;
|
event.point.y = cpos.y;
|
||||||
|
} else {
|
||||||
|
event.point.x = 0;
|
||||||
|
event.point.y = 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else { // use the point override if provided
|
else { // use the point override if provided
|
||||||
|
|
Загрузка…
Ссылка в новой задаче