diff --git a/eeschema/tools/sch_editor_control.h b/eeschema/tools/sch_editor_control.h index 7f9ab20c66..8863e0ca27 100644 --- a/eeschema/tools/sch_editor_control.h +++ b/eeschema/tools/sch_editor_control.h @@ -41,7 +41,8 @@ public: SCH_EDITOR_CONTROL() : EE_TOOL_BASE( "eeschema.EditorControl" ), m_probingPcbToSch( false ), - m_pickerItem( nullptr ) + m_pickerItem( nullptr ), + m_duplicateIsHoverSelection( false ) { } ~SCH_EDITOR_CONTROL() { }