diff --git a/Java/ddb.jar b/Java/ddb.jar index 356607de9..9cdf6a343 100644 Binary files a/Java/ddb.jar and b/Java/ddb.jar differ diff --git a/Util/select_points.m b/Util/select_points.m index 1577529cc..f57628d73 100644 --- a/Util/select_points.m +++ b/Util/select_points.m @@ -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 diff --git a/imosToolbox.m b/imosToolbox.m index 0c77b9218..340d68e84 100644 --- a/imosToolbox.m +++ b/imosToolbox.m @@ -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 diff --git a/imosToolbox_Linux64.bin b/imosToolbox_Linux64.bin index 628dea2ba..48bd3177f 100755 Binary files a/imosToolbox_Linux64.bin and b/imosToolbox_Linux64.bin differ diff --git a/imosToolbox_Win64.exe b/imosToolbox_Win64.exe index 90530f186..7e34e12b4 100644 Binary files a/imosToolbox_Win64.exe and b/imosToolbox_Win64.exe differ