Skip to content

Commit

Permalink
stupid color spray error, prevented multi-pathway merging, now fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
ivp08001 committed Jan 12, 2016
1 parent 1c5ba2a commit 1557ac5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions VQI_PathwayEditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -1483,7 +1483,6 @@ var VQI_PathwayEditor = function (parent) {
function editNodeMUT() {
var mut = document.getElementById(parent + "-mut").value;
selectedForEditNodes.data('mut', mut);
dialogNode.dialog("close");
saveState();
}

Expand Down Expand Up @@ -2065,7 +2064,8 @@ var VQI_PathwayEditor = function (parent) {
});

saveState();
sprayColor(self.sprayData);
if(typeof(self.sprayColor) != "undefined")
sprayColor(self.sprayData);
},
// initial viewport state:
zoom: 1,
Expand Down

0 comments on commit 1557ac5

Please sign in to comment.