mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-03-30 06:16:56 +00:00
Fix Coverity issue #542006.
https://scan8.scan.coverity.com/#/project-view/22886/10844?selectedIssue=542006
This commit is contained in:
parent
18010b1104
commit
4cb234862c
@ -61,7 +61,8 @@ EDA_ITEM::EDA_ITEM( const EDA_ITEM& base ) :
|
||||
m_structType( base.m_structType ),
|
||||
m_flags( base.m_flags ),
|
||||
m_parent( base.m_parent ),
|
||||
m_forceVisible( base.m_forceVisible )
|
||||
m_forceVisible( base.m_forceVisible ),
|
||||
m_isRollover( false )
|
||||
{
|
||||
SetForcedTransparency( base.GetForcedTransparency() );
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user