Do not close ERC dialog when first error is on a different sheet.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/14538
This commit is contained in:
parent
050f47daf1
commit
105f8a1720
|
@ -1911,7 +1911,7 @@ void SCH_EDIT_FRAME::DisplayCurrentSheet()
|
|||
|
||||
SCH_BASE_FRAME::SetScreen( screen );
|
||||
|
||||
m_toolManager->ResetTools( TOOL_BASE::MODEL_RELOAD );
|
||||
m_toolManager->ResetTools( TOOL_BASE::REDRAW );
|
||||
|
||||
// update the References
|
||||
GetCurrentSheet().UpdateAllScreenReferences();
|
||||
|
|
Loading…
Reference in New Issue