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:
parent
b389236a72
commit
9a62f508a4
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue