icecat: add release icecat-140.6.0-1gnu1 for ecne
This commit is contained in:
parent
618c9f4145
commit
7d0f5dab3b
3382 changed files with 457689 additions and 569094 deletions
|
|
@ -313,11 +313,6 @@ void TSFTextStoreBase::DispatchEvent(WidgetGUIEvent& aEvent) {
|
|||
if (NS_WARN_IF(!mWidget) || NS_WARN_IF(mWidget->Destroyed())) {
|
||||
return;
|
||||
}
|
||||
// If the event isn't a query content event, the event may be handled
|
||||
// asynchronously. So, we should put off to answer from GetTextExt() etc.
|
||||
if (!aEvent.AsQueryContentEvent()) {
|
||||
mDeferNotifyingTSFUntilNextUpdate = true;
|
||||
}
|
||||
mWidget->DispatchWindowEvent(aEvent);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue