summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xfa/fwl/cfwl_widgetmgr.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/xfa/fwl/cfwl_widgetmgr.cpp b/xfa/fwl/cfwl_widgetmgr.cpp
index 7bae450374..f19479e72b 100644
--- a/xfa/fwl/cfwl_widgetmgr.cpp
+++ b/xfa/fwl/cfwl_widgetmgr.cpp
@@ -429,7 +429,6 @@ void CFWL_WidgetMgr::DrawChild(CFWL_Widget* parent,
pDelegate->OnDrawWidget(pGraphics, widgetMatrix);
DrawChild(child, clipBounds, pGraphics, &widgetMatrix);
- child = GetNextSiblingWidget(child);
}
}