Fix build errors introduced in 994c1c971a

This commit is contained in:
Alex Shvartzkop 2024-06-20 18:37:39 +03:00
parent 994c1c971a
commit 4ede6f61b2
1 changed files with 1 additions and 2 deletions

View File

@ -49,7 +49,6 @@
#include <sch_junction.h>
#include <sch_marker.h>
#include <sch_no_connect.h>
#include <sch_render_settings.h>
#include <sch_sheet.h>
#include <sch_sheet_pin.h>
#include <lib_shape.h>
@ -1037,7 +1036,7 @@ OPT_TOOL_EVENT EE_SELECTION_TOOL::autostartEvent( TOOL_EVENT* aEvent, EE_GRID_HE
if( !pin->IsVisible()
&& !( m_frame->eeconfig()->m_Appearance.show_hidden_pins
|| m_frame->GetRenderSettings()->m_ShowHiddenPins ) )
|| m_frame->GetRenderSettings()->m_ShowHiddenLibPins ) )
{
return OPT_TOOL_EVENT();
}