Revert "Eeschema Fix highlight visibility issue for cached items due to last change in code"

This reverts commit b389236a72, not working in opengl.
This commit is contained in:
jean-pierre charras 2018-10-14 14:57:45 +02:00
parent b389236a72
commit 9a62f508a4
1 changed files with 0 additions and 2 deletions

View File

@ -70,9 +70,7 @@ bool SCH_EDIT_FRAME::HighlightConnectionAtPosition( wxPoint aPosition )
SendCrossProbeNetName( m_SelectedNetName );
SetStatusText( "selected net: " + m_SelectedNetName );
SetCurrentSheetHighlightFlags();
// Be sure hightlight change will be redrawn in any case
GetGalCanvas()->GetView()->MarkTargetDirty( KIGFX::TARGET_NONCACHED );
GetGalCanvas()->GetView()->MarkTargetDirty( KIGFX::TARGET_CACHED );
return buildNetlistOk;
}