Turn off the zoom limit for now. Folks don't like it.
This commit is contained in:
parent
3834bc4f96
commit
6c097f252a
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ decrease = func {
|
|||
calcMul();
|
||||
val = fovProp.getValue() / mul;
|
||||
if(val == min) { return; }
|
||||
if(val < min) { val = min }
|
||||
#if(val < min) { val = min } # Comment out for now.
|
||||
fovProp.setDoubleValue(val);
|
||||
popup(val);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue