Skip to content

Commit

Permalink
Fix sequent view update when loading a proof
Browse files Browse the repository at this point in the history
  • Loading branch information
FliegendeWurst committed Nov 12, 2023
1 parent 81b9b60 commit c74a0a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions key.ui/src/main/java/de/uka/ilkd/key/gui/MainWindow.java
Original file line number Diff line number Diff line change
Expand Up @@ -1174,6 +1174,7 @@ public void addProblem(final de.uka.ilkd.key.proof.ProofAggregate plist) {
addToProofList(plist);
getMediator().getSelectionModel().setSelectedProof(plist.getFirstProof());
disableCurrentGoalView = false;
updateSequentView();
};
ThreadUtilities.invokeOnEventQueue(guiUpdater);
}
Expand Down

0 comments on commit c74a0a1

Please sign in to comment.