diff options
Diffstat (limited to 'xfa/include/fwl/lightwidget/widget.h')
-rw-r--r-- | xfa/include/fwl/lightwidget/widget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/include/fwl/lightwidget/widget.h b/xfa/include/fwl/lightwidget/widget.h index c6a7e4b80e..c597194336 100644 --- a/xfa/include/fwl/lightwidget/widget.h +++ b/xfa/include/fwl/lightwidget/widget.h @@ -16,7 +16,7 @@ class CFWL_WidgetDelegate; class CFWL_WidgetProperties {
public:
CFWL_WidgetProperties() {
- m_ctmOnParent.Reset();
+ m_ctmOnParent.SetIdentity();
m_rtWidget.Set(0, 0, 0, 0);
m_dwStyles = FWL_WGTSTYLE_Child;
m_dwStyleExes = 0;
|