Merge from default branch

This commit is contained in:
ffsup2
2010-09-24 22:49:15 +02:00
parent 18d6799cbe
commit dc2350cee8
145 changed files with 23287 additions and 17316 deletions

View File

@@ -69,7 +69,7 @@ void Distortion::adjusterChanged (Adjuster* a, double newval) {
void Distortion::setAdjusterBehavior (bool bvadd) {
if (!distAdd && bvadd || distAdd && !bvadd)
if ((!distAdd && bvadd) || (distAdd && !bvadd))
distor->setLimits (-0.5, 0.5, 0.001, 0);
distAdd = bvadd;