Performance fix for switching pages.

This commit is contained in:
Jeff Young 2023-02-14 17:13:53 +00:00
parent eb83f76bff
commit 50eaba4211
1 changed files with 1 additions and 1 deletions

View File

@ -1409,7 +1409,7 @@ void SCH_EDIT_FRAME::RefreshOperatingPointDisplay()
}
}
GetCanvas()->ForceRefresh();
GetCanvas()->Refresh();
}