Skip to content

Commit

Permalink
EXM-44893 Listen for scenario events to enable the buttons.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexJitianu committed Feb 24, 2020
1 parent a58c603 commit 87ea279
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/main/java/com/oxygenxml/xspec/XSpecResultsView.java
Original file line number Diff line number Diff line change
Expand Up @@ -410,12 +410,7 @@ public void actionPerformed(ActionEvent e) {
editorAccess,
(StandalonePluginWorkspace) pluginWorkspace,
resultsPresenter,
new TransformationFeedback() {
@Override
public void transformationStopped() {}
@Override
public void transformationFinished(boolean success) {}
});
createTransformationFeedback());
} catch (OperationCanceledException ex) {
logger.error(ex, ex);
enableButtons(true);
Expand Down

0 comments on commit 87ea279

Please sign in to comment.