Loading common/view/view.cpp +3 −3 Original line number Diff line number Diff line Loading @@ -99,11 +99,11 @@ void VIEW::Add( VIEW_ITEM* aItem ) MarkTargetDirty( l.target ); } if( aItem->viewRequiredUpdate() != VIEW_ITEM::NONE ) MarkForUpdate( aItem ); if( m_dynamic ) aItem->viewAssign( this ); if( aItem->viewRequiredUpdate() != VIEW_ITEM::NONE ) MarkForUpdate( aItem ); } Loading include/view/view_item.h +2 −2 Original line number Diff line number Diff line Loading @@ -174,7 +174,7 @@ public: ALL = 0xff }; VIEW_ITEM() : m_view( NULL ), m_visible( true ), m_requiredUpdate( NONE ), VIEW_ITEM() : m_view( NULL ), m_visible( true ), m_requiredUpdate( ALL ), m_groups( NULL ), m_groupsSize( 0 ) {} /** Loading @@ -184,7 +184,7 @@ public: { ViewRelease(); delete[] m_groups; }; } /** * Function Type Loading Loading
common/view/view.cpp +3 −3 Original line number Diff line number Diff line Loading @@ -99,11 +99,11 @@ void VIEW::Add( VIEW_ITEM* aItem ) MarkTargetDirty( l.target ); } if( aItem->viewRequiredUpdate() != VIEW_ITEM::NONE ) MarkForUpdate( aItem ); if( m_dynamic ) aItem->viewAssign( this ); if( aItem->viewRequiredUpdate() != VIEW_ITEM::NONE ) MarkForUpdate( aItem ); } Loading
include/view/view_item.h +2 −2 Original line number Diff line number Diff line Loading @@ -174,7 +174,7 @@ public: ALL = 0xff }; VIEW_ITEM() : m_view( NULL ), m_visible( true ), m_requiredUpdate( NONE ), VIEW_ITEM() : m_view( NULL ), m_visible( true ), m_requiredUpdate( ALL ), m_groups( NULL ), m_groupsSize( 0 ) {} /** Loading @@ -184,7 +184,7 @@ public: { ViewRelease(); delete[] m_groups; }; } /** * Function Type Loading