Skip to content

Commit

Permalink
Merge pull request #716 from aodn/release_2.6.10
Browse files Browse the repository at this point in the history
Release 2.6.10
  • Loading branch information
lbesnard authored Dec 1, 2020
2 parents c6e3db8 + 06c5a87 commit 12adccf
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 3 deletions.
Binary file modified Java/ddb.jar
Binary file not shown.
6 changes: 4 additions & 2 deletions Util/select_points.m
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,12 @@
delete(rec);
else
axes(hAx);
k = waitforbuttonpress;
disableDefaultInteractivity(hAx);
waitforbuttonpress;
point1 = get(gca, 'CurrentPoint'); % button down detected
finalRect = rbbox; % return figure units
rbbox; % return figure units
point2 = get(gca, 'CurrentPoint'); % button up detected
disableDefaultInteractivity(hAx);
point1 = point1(1, 1:2); % extract x and y
point2 = point2(1, 1:2);
p1 = min(point1, point2); % calculate locations
Expand Down
2 changes: 1 addition & 1 deletion imosToolbox.m
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function imosToolbox(auto, varargin)
%

% Set current toolbox version
toolboxVersion = ['2.6.9 - ' computer];
toolboxVersion = ['2.6.10 - ' computer];

if nargin == 0, auto = 'manual'; end

Expand Down
Binary file modified imosToolbox_Linux64.bin
Binary file not shown.
Binary file modified imosToolbox_Win64.exe
Binary file not shown.

0 comments on commit 12adccf

Please sign in to comment.