Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
berndmoos committed Apr 17, 2024
1 parent f14b31e commit 97ba454
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ public void actionPerformed(java.awt.event.ActionEvent actionEvent) {
table.commitEdit(true);
System.out.println("DeepLAction!");
deepL();
table.transcriptionChanged = false;
// changed for #465
table.transcriptionChanged = true;
table.clearUndo();
table.clearSearchResult();
table.setFrameEndPosition(-2);
Expand Down

0 comments on commit 97ba454

Please sign in to comment.