| Index: fpdfsdk/src/fxedit/fxet_list.cpp
|
| diff --git a/fpdfsdk/src/fxedit/fxet_list.cpp b/fpdfsdk/src/fxedit/fxet_list.cpp
|
| index 63aee1b2536c88152a91daa62243318082006ee0..64ed694d1289ae218d6e05584861949b1d17767a 100644
|
| --- a/fpdfsdk/src/fxedit/fxet_list.cpp
|
| +++ b/fpdfsdk/src/fxedit/fxet_list.cpp
|
| @@ -119,7 +119,7 @@ CFX_WideString CFX_ListItem::GetText() const
|
|
|
| /* ------------------------------------ CFX_List --------------------------------- */
|
|
|
| -CFX_List::CFX_List() : m_pFontMap(NULL), m_fFontSize(0.0f), m_bMultiple(FALSE)
|
| +CFX_List::CFX_List() : m_fFontSize(0.0f), m_pFontMap(NULL), m_bMultiple(FALSE)
|
| {
|
| }
|
|
|
| @@ -507,12 +507,12 @@ void CPLST_Select::Done()
|
| /* ------------------------------------ CFX_ListCtrl --------------------------------- */
|
|
|
| CFX_ListCtrl::CFX_ListCtrl() : m_pNotify(NULL),
|
| + m_bNotifyFlag(FALSE),
|
| m_ptScrollPos(0.0f,0.0f),
|
| m_nSelItem(-1),
|
| m_nFootIndex(-1),
|
| - m_bCtrlSel(FALSE),
|
| - m_nCaretIndex(-1),
|
| - m_bNotifyFlag(FALSE)
|
| + m_bCtrlSel(FALSE),
|
| + m_nCaretIndex(-1)
|
| {
|
| }
|
|
|
|
|