7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-03-30 06:16:56 +00:00
Wayne Stambaugh 2025-03-19 12:07:05 -04:00
parent 18010b1104
commit 4cb234862c

View File

@ -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() );
}