| Index: xfa/fwl/lightwidget/cfwl_widget.cpp
|
| diff --git a/xfa/fwl/lightwidget/cfwl_widget.cpp b/xfa/fwl/lightwidget/cfwl_widget.cpp
|
| index 071940fe360b3c93f0f84f779fced654a5c83ccd..31c54d8efa121cb12efe04b42963b2d945fad4d5 100644
|
| --- a/xfa/fwl/lightwidget/cfwl_widget.cpp
|
| +++ b/xfa/fwl/lightwidget/cfwl_widget.cpp
|
| @@ -298,7 +298,7 @@ void CFWL_Widget::DispatchEvent(CFWL_Event* pEvent) {
|
| IFWL_NoteDriver* pNoteDriver = pThread->GetNoteDriver();
|
| if (!pNoteDriver)
|
| return;
|
| - pNoteDriver->SendNote(pEvent);
|
| + pNoteDriver->SendEvent(pEvent);
|
| }
|
|
|
| #define FWL_WGT_CalcHeight 2048
|
|
|