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();
|
calcMul();
|
||||||
val = fovProp.getValue() / mul;
|
val = fovProp.getValue() / mul;
|
||||||
if(val == min) { return; }
|
if(val == min) { return; }
|
||||||
if(val < min) { val = min }
|
#if(val < min) { val = min } # Comment out for now.
|
||||||
fovProp.setDoubleValue(val);
|
fovProp.setDoubleValue(val);
|
||||||
popup(val);
|
popup(val);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue