[netinstall] Packages should inherit critical-ness from parent
This commit is contained in:
parent
14a3e10cc2
commit
83a89c144c
@ -41,6 +41,7 @@ PackageTreeItem::PackageTreeItem( const QString& packageName, PackageTreeItem* p
|
||||
, m_packageName( packageName )
|
||||
, m_selected( parentCheckState( parent ) )
|
||||
, m_isGroup( false )
|
||||
, m_isCritical( parent ? parent->isCritical() : false )
|
||||
, m_showReadOnly( parent ? parent->isImmutable() : false )
|
||||
{
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user