Skip to content

Commit

Permalink
Merge branch 'hotfix/fix-radius-selection'
Browse files Browse the repository at this point in the history
  • Loading branch information
tomka committed May 27, 2015
2 parents 426bdff + 3a5e0cf commit d4b0b97
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@
### Bug fixes


## 2015.5.27

### Bug fixes

- Fix radius based neuron selection in tracing window.


## 2015.5.19

Expand Down
1 change: 1 addition & 0 deletions django/applications/catmaid/static/js/tools/tracingtool.js
Original file line number Diff line number Diff line change
Expand Up @@ -474,6 +474,7 @@ function TracingTool()

tracingLayer.svgOverlay.selectRadius(
atnID,
true,
function (radius) {
if (typeof radius === 'undefined') return;

Expand Down

0 comments on commit d4b0b97

Please sign in to comment.