Give HardReset() a better chance of success.
This commit is contained in:
parent
97964b2a4c
commit
4479fcc6dc
|
@ -457,6 +457,8 @@ void SCH_EDIT_FRAME::SetCurrentSheet( const SCH_SHEET_PATH& aSheet )
|
|||
|
||||
void SCH_EDIT_FRAME::HardRedraw()
|
||||
{
|
||||
RecalculateConnections( LOCAL_CLEANUP );
|
||||
|
||||
FocusOnItem( nullptr );
|
||||
|
||||
GetCanvas()->DisplaySheet( GetCurrentSheet().LastScreen() );
|
||||
|
|
Loading…
Reference in New Issue