ilastik / ilastik-0.5

Interactive Learning and Segmentation Toolkit
ilastik.org
Other
24 stars 5 forks source link

stack loader subvolume limits #121

Closed FredHamprecht closed 12 years ago

FredHamprecht commented 12 years ago

On win7, I enter the lower limits for x and y and then the upper limits. When entering the upper limits, the lower limits are reset to zero and I need to enter them again. The second time 'round it works.

sommerc commented 12 years ago

:-) damn. I added this behavior... The idea was that if you add an upper limit "U" smaller than the current lower limit "L" the lower limit is overwritten to "U-1". But since one has to type 1,0,2,4 to get 1024 the callback is executed with every key press...

I will find another solution...