Commit 2c684497 authored by Andrey Filippov's avatar Andrey Filippov

modified behaviour of cancel o=in advanced selection mode

parent d811fafa
......@@ -2033,7 +2033,8 @@ I* - special case when the subcamera is being adjusted/replaced. How to deal wit
if (showAdvancedImageSelection){
int rslt=0;
while (rslt==0) rslt=manageSelection(numSeries);
return (rslt<0)?-2:numSeries;
// return (rslt<0)?-2:numSeries;
return numSeries; // cancel from manageSelection will just exit that mode with no changes
}
boolean copyFromPrevious=gd.getNextBoolean();
int sourceStrategy= (int) gd.getNextNumber();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment