diff --git a/src/org/exmaralda/partitureditor/partiture/webServicesActions/DeepLAction.java b/src/org/exmaralda/partitureditor/partiture/webServicesActions/DeepLAction.java index 3abbe26a..547c613d 100644 --- a/src/org/exmaralda/partitureditor/partiture/webServicesActions/DeepLAction.java +++ b/src/org/exmaralda/partitureditor/partiture/webServicesActions/DeepLAction.java @@ -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);