Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
iTitus committed Sep 5, 2024
1 parent 3f933d0 commit b55784a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/de/prob2/ui/beditor/BEditorView.java
Original file line number Diff line number Diff line change
Expand Up @@ -539,6 +539,7 @@ private void setEditorText(String text, Path path) {
beditor.moveTo(0);
beditor.requestFollowCaret();
lastSavedText.set(beditor.getText());
beditor.clearHistory(); // clear history again to forget setting of text, might fix hhu-stups/prob-issues#363
beditor.setEditable(true);
LOGGER.debug("Setting editor text took {}", sw.stop());
} finally {
Expand Down

0 comments on commit b55784a

Please sign in to comment.