Bug 181233 [gtk2] nsEvent::time need to be set for key event
r=blizzard not in the default build git-svn-id: svn://10.0.0.236/trunk@138315 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
d5e4e80ab8
commit
6658482152
@ -202,7 +202,7 @@ nsCommonWidget::InitKeyEvent(nsKeyEvent &aEvent, GdkEventKey *aGdkEvent,
|
||||
? PR_TRUE : PR_FALSE;
|
||||
aEvent.isMeta = (aGdkEvent->state & GDK_MOD4_MASK)
|
||||
? PR_TRUE : PR_FALSE;
|
||||
|
||||
aEvent.time = aGdkEvent->time;
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user