Skip to content
This repository has been archived by the owner on Jul 20, 2021. It is now read-only.

Commit

Permalink
Merge pull request #14 from tferr/dev
Browse files Browse the repository at this point in the history
Merging this as no changes to existing core functionality have been made
  • Loading branch information
tferr authored Nov 30, 2016
2 parents 857fad7 + 85256a7 commit 0af4923
Show file tree
Hide file tree
Showing 8 changed files with 471 additions and 73 deletions.
3 changes: 2 additions & 1 deletion src/main/java/tracing/InteractiveTracerCanvas.java
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,8 @@ public void mouseClicked( MouseEvent e ) {
int currentState = tracerPlugin.resultsDialog.getState();

if( currentState == NeuriteTracerResultsDialog.LOADING ||
currentState == NeuriteTracerResultsDialog.SAVING ) {
currentState == NeuriteTracerResultsDialog.SAVING ||
currentState == NeuriteTracerResultsDialog.IMAGE_CLOSED) {

// Do nothing

Expand Down
Loading

0 comments on commit 0af4923

Please sign in to comment.